Skip to content

Instantly share code, notes, and snippets.

@lukecampbell
Created August 4, 2015 19:15
Show Gist options
  • Save lukecampbell/7b40af2bec648599805a to your computer and use it in GitHub Desktop.
Save lukecampbell/7b40af2bec648599805a to your computer and use it in GitHub Desktop.
CBIBS Currents
netcdf cbibs-Currents_44043_2014-08-01 {
dimensions:
time = 31 ;
depth = 16 ;
variables:
int crs ;
crs:grid_mapping_name = "latitude_longitude" ;
crs:epsg_code = "EPSG:4326" ;
crs:semi_major_axis = 6378137.f ;
crs:inverse_flattening = 298.2572f ;
int platform ;
platform:wmo_code = "44043" ;
platform:long_name = "Patapsco CBIBS Buoy" ;
platform:references = "http://www.buoybay.org/site/public/data/status.php" ;
platform:cf_role = "timeseries_id" ;
double time(time) ;
time:units = "seconds since 1970-01-01" ;
time:calendar = "Gregorian" ;
time:axis = "T" ;
time:standard_name = "time" ;
time:long_name = "Time" ;
float latitude ;
latitude:standard_name = "latitude" ;
latitude:long_name = "Latitude" ;
latitude:units = "degrees_north" ;
latitude:axis = "Y" ;
float longitude ;
longitude:standard_name = "longitude" ;
longitude:long_name = "Longitude" ;
longitude:units = "degrees_east" ;
longitude:axis = "X" ;
float depth(depth) ;
depth:standard_name = "depth" ;
depth:units = "meters" ;
depth:positive = "up" ;
float current_average_velocity(time, depth) ;
current_average_velocity:_FillValue = -9999.f ;
current_average_velocity:units = "m s-1" ;
current_average_velocity:standard_name = "current_average_velocity" ;
current_average_velocity:long_name = "Current Average Velocity" ;
current_average_velocity:comment = "A velocity is a vector quantity. Radial velocity away from instrument means the component of the velocity along the line of sight of the instrument where positive implies movement away from the instrument (i.e. outward). The \"instrument\" (examples are radar and lidar) is the device used to make an observation." ;
current_average_velocity:coordinates = "time latitude longitude" ;
current_average_velocity:source = "Observational data from a buoy" ;
current_average_velocity:platform = "platform" ;
byte current_average_velocity_flatline_qc(time, depth) ;
current_average_velocity_flatline_qc:_FillValue = 9b ;
current_average_velocity_flatline_qc:standard_name = "current_average_velocity status_flag" ;
current_average_velocity_flatline_qc:long_name = "Current Average Velocity Flat Line Test" ;
current_average_velocity_flatline_qc:flag_values = 1b, 2b, 3b, 4b, 9b ;
current_average_velocity_flatline_qc:flag_meanings = "GOOD NOT_EVALUATED SUSPECT BAD MISSING" ;
current_average_velocity_flatline_qc:comment = "When some sensors and/or data collection platforms fail, the result can be a continuously repeated observation of the same value. This test compares the present observation n to a number (REP_CNT_FAIL or REP_CNT_SUSPECT) of previous observations. Observation n is flagged if it has the same value as previous observations within a tolerance value, EPS, to allow for numerical round-off error. Note that historical flags are not changed." ;
current_average_velocity_flatline_qc:references = "http://www.ioos.noaa.gov/qartod/welcome.html" ;
float current_average_direction(time, depth) ;
current_average_direction:_FillValue = -9999.f ;
current_average_direction:units = "degrees" ;
current_average_direction:standard_name = "current_average_direction" ;
current_average_direction:long_name = "Current Average Direction" ;
current_average_direction:comment = "\"direction_of_X\" means direction of a vector, a bearing. A velocity is a vector quantity" ;
current_average_direction:coordinates = "time latitude longitude" ;
current_average_direction:source = "Observational data from a buoy" ;
current_average_direction:platform = "platform" ;
byte current_average_direction_flatline_qc(time, depth) ;
current_average_direction_flatline_qc:_FillValue = 9b ;
current_average_direction_flatline_qc:standard_name = "current_average_direction status_flag" ;
current_average_direction_flatline_qc:long_name = "Current Average Direction Flat Line Test" ;
current_average_direction_flatline_qc:flag_values = 1b, 2b, 3b, 4b, 9b ;
current_average_direction_flatline_qc:flag_meanings = "GOOD NOT_EVALUATED SUSPECT BAD MISSING" ;
current_average_direction_flatline_qc:comment = "When some sensors and/or data collection platforms fail, the result can be a continuously repeated observation of the same value. This test compares the present observation n to a number (REP_CNT_FAIL or REP_CNT_SUSPECT) of previous observations. Observation n is flagged if it has the same value as previous observations within a tolerance value, EPS, to allow for numerical round-off error. Note that historical flags are not changed." ;
current_average_direction_flatline_qc:references = "http://www.ioos.noaa.gov/qartod/welcome.html" ;
byte current_average_direction_range_qc(time, depth) ;
current_average_direction_range_qc:_FillValue = 9b ;
current_average_direction_range_qc:standard_name = "current_average_direction status_flag" ;
current_average_direction_range_qc:long_name = "Current Average Direction Gross Range Test" ;
current_average_direction_range_qc:flag_values = 1b, 2b, 3b, 4b, 9b ;
current_average_direction_range_qc:flag_meanings = "GOOD NOT_EVALUATED SUSPECT BAD MISSING" ;
current_average_direction_range_qc:comment = "All sensors have a limited output range, and this can form the most rudimentary gross range check. No values less than a minimum value or greater tha n the maximum value the sensor can output (SENSOR_MIN, SENSOR_MAX) are acceptable. Additionally, the operator can select a smaller span (USER_MIN, USER_MAX) based upon local knowledge or a desire to draw attention to extreme values. NOTE: Operators may choose to flag as suspect values that exceed the calibration span but not the hardware limits (e.g., a value that sensor is not capable of producing)." ;
current_average_direction_range_qc:references = "http://www.ioos.noaa.gov/qartod/welcome.html" ;
float current_direction(time, depth) ;
current_direction:_FillValue = -9999.f ;
current_direction:units = "m s-1" ;
current_direction:standard_name = "current_direction" ;
current_direction:long_name = "Current Direction" ;
current_direction:comment = "\"direction_of_X\" means direction of a vector, a bearing. A velocity is a vector quantity" ;
current_direction:coordinates = "time latitude longitude" ;
current_direction:source = "Observational data from a buoy" ;
current_direction:platform = "platform" ;
float current_velocity(time, depth) ;
current_velocity:_FillValue = -9999.f ;
current_velocity:units = "m s-1" ;
current_velocity:standard_name = "current_velocity" ;
current_velocity:long_name = "Current Velocity" ;
current_velocity:comment = "A velocity is a vector quantity. Radial velocity away from instrument means the component of the velocity along the line of sight of the instrument where positive implies movement away from the instrument (i.e. outward). The \"instrument\" (examples are radar and lidar) is the device used to make an observation." ;
current_velocity:coordinates = "time latitude longitude" ;
current_velocity:source = "Observational data from a buoy" ;
current_velocity:platform = "platform" ;
byte current_velocity_flatline_qc(time, depth) ;
current_velocity_flatline_qc:_FillValue = 9b ;
current_velocity_flatline_qc:standard_name = "current_velocity status_flag" ;
current_velocity_flatline_qc:long_name = "Current Velocity Flat Line Test" ;
current_velocity_flatline_qc:flag_values = 1b, 2b, 3b, 4b, 9b ;
current_velocity_flatline_qc:flag_meanings = "GOOD NOT_EVALUATED SUSPECT BAD MISSING" ;
current_velocity_flatline_qc:comment = "When some sensors and/or data collection platforms fail, the result can be a continuously repeated observation of the same value. This test compares the present observation n to a number (REP_CNT_FAIL or REP_CNT_SUSPECT) of previous observations. Observation n is flagged if it has the same value as previous observations within a tolerance value, EPS, to allow for numerical round-off error. Note that historical flags are not changed." ;
current_velocity_flatline_qc:references = "http://www.ioos.noaa.gov/qartod/welcome.html" ;
// global attributes:
:comment = "These data include quality flags." ;
:featureType = "timeSeries" ;
:publisher_email = "[email protected]" ;
:contributor_role = "Primary Collector, Data Management" ;
:institution = "NOAA Chesapeake Bay Office" ;
:creator_email = "[email protected]" ;
:date_issued = "2015-08-04T19:12:39.835318" ;
:cdm_data_type = "Station" ;
:Metadata_Conventions = "Unidata Dataset Discovery v1.0" ;
:Conventions = "CF-1.6" ;
:publisher_name = "Doug Wilson" ;
:id = "cbibs-Currents_44043_2014-08-01.nc" ;
:naming_authority = "gov.noaa.chesapeakebay" ;
:license = "This data is available for distribution \'as is\' and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the data collectors or distributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages however caused and on any theory of libaility, whether in contract, strict liability, or tort arising in any way out of the use of this data, een if advised of the possibility of such damage." ;
:contributor_name = "NOAA Chesapeake Bay Office, RPS ASA" ;
:keywords_vocabulary = "NASA/GCMD Earth Science Keywords (ACDD)" ;
:acknowledgment = "NOAA Chesapeake Bay Office" ;
:creator_name = "Doug Wilson" ;
:title = "CBIBS Patapsco CBIBS Buoy Currents data from 2014-08-01T00:00:00 to 2014-09-01T00:00:00" ;
:standard_name_vocabulary = "NetCDF Climate and Forecast (CF) Metadata Convention Standard Name Table 28" ;
:date_modified = "2015-08-04T19:12:39.835318" ;
:summary = "Chesapeake Bay Interpretive Buoy System (CBIBS) collected data. These data represent sensor observations collected from several locally deployed sensors in the Chesapeake Bay region. The sensor observations are translated into scientific units, then derived parameters are calculated and included in the dataset. These data include quality flags.\n" ;
:project = "Chesapeake Bay Interpretive Buoy System (CBIBS)" ;
:platform = "platform" ;
:publisher_url = "http://buoybay.noaa.gov/" ;
:creator_url = "http://buoybay.noaa.gov/" ;
:processing_level = "Sensor observations, derived parameters and quality control flags." ;
:history = "Telemetry collected by NCBO, Derived Parameters Calculated and Stored, netCDF file generated" ;
:time_coverage_start = "2014-08-01T00:00:00" ;
:time_coverage_end = "2014-09-01T00:00:00" ;
:time_coverage_resolution = "point" ;
:time_coverage_duration = "P31D" ;
:geospatial_lat_min = 39.15191 ;
:geospatial_lat_max = 39.15191 ;
:geospatial_lon_min = -76.39115 ;
:geospatial_lon_max = -76.39115 ;
:geospatial_lat_units = "degrees_north" ;
:geospatial_lon_units = "degrees_east" ;
:geospatial_lat_resolution = "point" ;
:geospatial_lon_resolution = "point" ;
:keywords = "" ;
:date_created = "2015-08-04T19:12:52.508732" ;
data:
crs = _ ;
platform = _ ;
time = 1406851200, 1406854799.99999, 1406858400.00001, 1406862000,
1406865599.99999, 1406869200.00001, 1406872800, 1406876399.99999,
1406880000.00001, 1406883600, 1406887199.99999, 1406890800.00001,
1406894400, 1406897999.99999, 1406901600.00001, 1406905200,
1406908799.99999, 1406912400.00001, 1406916000, 1406919599.99999,
1406923200.00001, 1406926800, 1406930399.99999, 1406934000.00001,
1406937600, 1406941199.99999, 1406944800.00001, 1406948400,
1406951999.99999, 1406955600.00001, 1406959200 ;
latitude = 39.15191 ;
longitude = -76.39115 ;
depth = -15.5, -14.5, -13.5, -12.5, -11.5, -10.5, -9.5, -8.5, -7.5, -6.5,
-5.5, -4.5, -3.5, -2.5, -1.5, 0 ;
current_average_velocity =
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 74.91906,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 81.08427,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 83.28181,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 95.11365,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 17.62012,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 17.84277,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 10.50112,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 10.79577,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 43.80893,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 17.60855,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 6.746515,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 32.73709,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 84.32462,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 62.90739,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 91.51575,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 68.4481,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 34.53926,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 123.0283,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 42.36828,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 88.02283,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 29.10203,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 43.8025,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 34.10957,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 10.98009,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 177.8218,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 122.8576,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 121.9708,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 51.59929,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 40.95583,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 34.52448,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 63.05492 ;
current_average_velocity_flatline_qc =
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _ ;
current_average_direction =
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 225, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 225, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 225, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 225, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 225, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 225, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 225, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 45, _ ;
current_average_direction_flatline_qc =
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 3, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 3, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 3, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 3, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 3, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 3, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 3, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 3, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 3, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 3, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 3, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _ ;
current_average_direction_range_qc =
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, 1, _ ;
current_direction =
45, 45, 3, 60, 61, 252, 14, 31, 63, 21, 86, 29, 38, 77, 28, _,
82, 354, 55, 2, 55, 26, 8, 14, 26, 13, 36, 35, 47, 35, 241, _,
59, 25, 357, 173, 72, 13, 27, 26, 23, 31, 42, 17, 50, 70, 55, _,
234, 29, 88, 18, 352, 67, 93, 14, 33, 48, 40, 15, 10, 36, 55, _,
31, 46, 83, 18, 17, 35, 50, 28, 28, 84, 42, 31, 62, 188, 298, _,
11, 225, 26, 8, 37, 7, 42, 104, 73, 62, 256, 73, 94, 31, 34, _,
105, 93, 60, 232, 111, 60, 17, 53, 248, 239, 100, 166, 36, 30, 299, _,
199, 77, 48, 75, 35, 32, 215, 210, 279, 207, 62, 340, 198, 120, 354, _,
79, 16, 210, 234, 43, 19, 183, 291, 63, 75, 179, 178, 130, 49, 73, _,
99, 357, 198, 207, 84, 200, 18, 182, 51, 8, 88, 16, 76, 168, 29, _,
207, 39, 81, 79, 15, 66, 204, 46, 26, 65, 140, 238, 59, 67, 208, _,
24, 45, 231, 36, 111, 34, 55, 350, 8, 10, 352, 338, 335, 346, 29, _,
44, 258, 6, 40, 25, 87, 9, 17, 48, 19, 59, 47, 125, 126, 4, _,
1, 156, 156, 32, 123, 46, 45, 10, 67, 347, 127, 58, 186, 45, 10, _,
341, 211, 355, 2, 91, 72, 17, 44, 37, 222, 79, 54, 7, 93, 357, _,
_, 27, 329, 106, 35, 168, 219, 338, 86, 82, 356, 232, 350, 67, 89, _,
_, 217, 146, 60, 229, 356, 228, 70, 337, 127, 21, 127, 88, 234, 96, _,
_, 206, 304, 77, 120, 65, 169, 181, 159, 146, 227, 237, 163, 172, 355, _,
_, 227, 62, 213, 207, 199, 35, 268, 231, 186, 273, 254, 226, 176, 183, _,
_, 244, 1, 206, 203, 274, 221, 204, 207, 201, 79, 193, 218, 226, 205, _,
_, 28, 171, 188, 208, 136, 228, 213, 190, 281, 28, 311, 191, 285, 237, _,
_, 48, 192, 184, 93, 141, 186, 204, 327, 191, 182, 252, 217, 339, 219, _,
_, 81, 345, 134, 171, 287, 15, 44, 240, 131, 175, 48, 179, 165, 24, _,
_, 39, 45, 257, 211, 86, 140, 17, 260, 183, 45, 71, 355, 199, 58, _,
_, 25, 6, 81, 159, 93, 341, 21, 48, 6, 68, 67, 105, 92, 7, _,
_, 341, 52, 182, 42, 76, 98, 7, 36, 356, 94, 8, 61, 40, 32, _,
_, _, 256, 28, 26, 65, 116, 4, 111, 55, 219, 37, 2, 45, 43, _,
_, _, 6, 3, 5, 203, 40, 109, 47, 4, 298, 51, 97, 56, 33, _,
_, _, 231, 350, 78, 354, 328, 28, 28, 225, 204, 52, 328, 36, 13, _,
_, _, _, 30, 112, 208, 253, 51, 295, 343, 246, 5, 91, 290, 313, _,
_, _, _, 169, 131, 245, 76, 219, 245, 59, 229, 178, 167, 152, 48, _ ;
current_velocity =
31, 119, 100, 102, 99, 17, 68, 63, 59, 53, 51, 47, 40, 138, 137, _,
125, 105, 98, 24, 90, 87, 65, 58, 239, 56, 44, 177, 43, 172, 33, _,
123, 120, 28, 24, 93, 95, 90, 74, 68, 65, 55, 54, 50, 140, 135, _,
29, 109, 30, 84, 80, 79, 58, 52, 44, 42, 41, 39, 141, 143, 135, _,
30, 28, 107, 102, 92, 67, 62, 63, 57, 54, 46, 44, 38, 35, 34, _,
120, 28, 97, 20, 71, 67, 64, 60, 57, 45, 42, 40, 39, 33, 32, _,
26, 27, 26, 95, 19, 65, 55, 13, 12, 48, 49, 43, 10, 35, 34, _,
127, 31, 88, 87, 72, 18, 75, 74, 13, 47, 44, 11, 45, 34, 8, _,
119, 28, 122, 25, 93, 94, 90, 21, 78, 17, 64, 63, 51, 11, 145, _,
29, 29, 102, 99, 90, 85, 19, 79, 76, 62, 14, 12, 47, 35, 33, _,
28, 28, 80, 81, 71, 60, 42, 41, 38, 36, 9, 35, 33, 8, 32, _,
6, 7, 28, 15, 55, 50, 3, 24, 48, 23, 21, 40, 39, 38, 36, _,
122, 30, 111, 27, 98, 90, 69, 60, 55, 49, 178, 152, 35, 131, 33, _,
31, 124, 106, 96, 92, 23, 22, 90, 85, 64, 43, 163, 39, 142, 32, _,
31, 100, 123, 23, 89, 21, 78, 243, 55, 51, 49, 185, 156, 8, 130, _,
_, 29, 7, 114, 101, 96, 6, 85, 5, 18, 75, 44, 167, 145, 144, _,
_, 113, 99, 111, 26, 98, 18, 67, 65, 56, 12, 10, 156, 37, 34, _,
_, 126, 28, 24, 375, 66, 16, 15, 225, 46, 41, 38, 37, 571, 35, _,
_, 114, 87, 91, 84, 77, 72, 15, 61, 55, 54, 11, 43, 131, 32, _,
_, 103, 7, 86, 80, 19, 56, 215, 169, 170, 10, 149, 137, 34, 135, _,
_, 21, 100, 112, 96, 19, 78, 64, 16, 15, 46, 10, 164, 37, 32, _,
_, 104, 99, 23, 17, 15, 56, 198, 47, 191, 40, 38, 36, 32, 134, _,
_, 122, 27, 93, 21, 5, 20, 19, 66, 57, 48, 47, 11, 151, 32, _,
_, 107, 17, 97, 80, 18, 73, 69, 17, 68, 4, 15, 54, 40, 39, _,
_, 99, 25, 63, 15, 214, 13, 204, 48, 12, 186, 46, 561, 128, 33, _,
_, 7, 112, 28, 27, 110, 106, 201, 170, 10, 294, 148, 34, 136, 130, _,
_, _, 6, 24, 23, 84, 63, 242, 231, 55, 54, 202, 169, 170, 153, _,
_, _, 23, 24, 243, 59, 226, 192, 196, 179, 11, 168, 40, 35, 33, _,
_, _, 106, 65, 4, 61, 46, 188, 187, 10, 36, 148, 129, 2, 32, _,
_, _, _, 88, 21, 77, 19, 62, 61, 59, 58, 14, 57, 147, 37, _,
_, _, _, 25, 22, 300, 4, 62, 48, 3, 36, 141, 129, 33, 8, _ ;
current_velocity_flatline_qc =
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
_, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
_, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
_, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
_, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
_, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
_, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
_, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
_, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
_, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
_, _, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
_, _, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
_, _, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
_, _, _, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,
_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _ ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment