Computed SkyPath Turbulence data (deprecated)
POST/v4/map
This endpoint is deprecated.
For server-to-server integrations, please use For server-to-server integrations, please use Corridor API instead.
For web applications displaying SkyPath data, please use the Web SDK only.
Use this to fetch SkyPath computed turbulence data for a specific time span, severity selection and calculated for a specific aircraft type. Using this operation you can limit the query to a Geo fence. (Supports now only GeoJson fragments: Polygon)
Data
Working directly with the computed SkyPath data
Get map data is used to fetch SkyPath computed turbulence data in raw JSON format (not GeoJson). Then, to build a map layer on the client side using this data.
SkyPath Tick
Satcom communication is expensive, and in order to minimize bandwidth usage the SkyPath REST API supports incremental updates of turbulence data. This is done using a virtual time unit called “SkyPath Tick” which is attached to each calculated turbulence report. This enables the fetching of updates from a point in time.
The SkyPath tick is incremented approximately every 1 minute.
When getting replies from our API you will get all data for the requested time span and also get the current SkyPath tick.
Leave the tick parameter empty to get all updates in the specified time (hours), or specify the desired tick in the skypath_tick
parameter and leave hours empty to get only updates that occurred since that tick including ones that happened in that tick.
Pseudo algorithm when working with SkyPath tick
- Upon starting, request the data and specify hours back in hours parameter. 2. Observe the returned skypath tick and turbulence data. 3. Save the turbulence data in a local data structure in the app/client. 4. On the next request, send the same tick you got in the skypath_tick reply and leave hours empty. 5. You will get in the reply only updates that happened since and in that specified tick and the current SkyPath tick. 6. Merge the new turbulence update records by their index hex_id and skypath_alt, throw or overwrite duplicate records you already have, and delete old records (for example if working for 3 hours delete any record in your local array which is older than 3 hours). 7. The resulting local array represents the current turbulence conditions.
fields
- is used to select which data you are interested in, default isturbulence
, if you wish to get other types you will add them as a comma delimited string to thefields
parameter.
Request
Query Parameters
Possible values: [C10
, C20
, C30
, C40
, C50
, C60
, C70
, C80
, C90
, C100
, C110
]
Default value: C60
Aircraft category to return computed turbulence data for
Possible values: [0.5
, 1
, 2
, 4
, 6
]
Default value: 6
How many hours back to use for calculated turbulence data
Default value: 0
minimal SkyPath tick to include updates from (including this tick)
Possible values: [0
, 1
, 2
, 3
, 4
, 5
]
Severity selection to include in response
Possible values: [turbulence_h3
, turbulence_polygons
, pireps
, traffic
]
Choose which fields to include in the response can be an array with the values turbulence_h3
, turbulence_polygons
, pireps
, traffic
Possible values: <= 52
Default value: 0
Possible values: <= 52
Default value: 52
Default value: 500
Limit amount of items in traffic array
Default value: 500
Limit amount of items in pireps array
Header Parameters
For web applications using this endpoint, this field should state the ICAO code of the airline using the SkyPath Layer in the application.
- application/json
Body
required
geo
object
required
Possible values: [Polygon
]
Responses
- 200
- 401
Response for get map data
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
Array [
]
Array [
]
Array [
]
current SkyPath tick for this data response
turbulence_h3
object[]
array of calculated turbulence data returned in response
H3 hexagon id in zoom 5
calculated max severity
reports
object[]
required
array of calculated SkyPath reports for this tile
SkyPath alt block in 1000`s of feet
time stamp in Linux epoch
sev of calculated turbulence
SkyPath tick where this calculation was made
turbulence_polygons
object
Possible values: [FeatureCollection
]
features
object[]
required
properties
object
geometry
object
traffic
object[]
array of traffic positions for SkyPath using aircraft
Latitude
Longitude
Altitude
SkyPath alt block in 1000`s of feet
Heading in degrees
Speed in nautical miles per hour
Timestamp in Linux epoch
User
Company
Aircraft SkyPath category
Aircraft type
Aircraft size
Flight number
Is flight number inserted manually
Destination
Description
pireps
object[]
array of SkyPath reported PIREPs
UUID
SkyPath tile x - slippy map x coordinate in zoom 11
SkyPath tile x - slippy map y coordinate in zoom 11
H3 hexagon id in zoom 5
SkyPath tick where this calculation was made
Is report deleted
Altitude in feet
SkyPath alt block in 1000`s of feet
Timestamp in Linux epoch
Possible values: [cb
, icing
, shear
, lightning
, mwave
]
Weather type
Additional information
SkyPath flight id
User
{
"tick": 2593104,
"turbulence_h3": [
{
"hex_id": "85d7062bfffffff",
"sev": 3,
"reports": [
{
"sp_alt": 10,
"ts": 1644333480,
"sev": 3,
"tick": 4361
}
]
}
],
"turbulence_polygons": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"sev": 1
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-92.6685758085517,
41.67581464264706
],
[
-92.7493677429477,
41.61490807667963
],
[
-92.86733338231394,
41.63660981985255
],
[
-92.90487459819592,
41.719271648635974
],
[
-92.82415206414488,
41.78036456096224
],
[
-92.8617392290965,
41.86318499937268
],
[
-92.78069204834316,
41.92438299347494
],
[
-92.66198766103597,
41.90257359781814
],
[
-92.58054430547294,
41.96368855313362
],
[
-92.46174750795936,
41.94166281528
],
[
-92.42476524005775,
41.85857769890854
],
[
-92.50627529065025,
41.79765003714538
],
[
-92.46933432723877,
41.71472377976326
],
[
-92.55051763120676,
41.65389942567944
],
[
-92.6685758085517,
41.67581464264706
]
]
],
[
[
[
-84.6005954402221,
34.98161131017024
],
[
-84.699807262619,
35.00716533493385
],
[
-84.72877036252355,
35.09367843971593
],
[
-84.82826396671521,
35.1191938150637
],
[
-84.85740694037462,
35.205705117338724
],
[
-84.78686950824995,
35.26664844516706
],
[
-84.8160058686601,
35.353104435152524
],
[
-84.7453767962849,
35.413902300814385
],
[
-84.64571415683801,
35.38820716539923
],
[
-84.61676517315857,
35.30180397322522
],
[
-84.51738605701239,
35.276069256350894
],
[
-84.4886168713187,
35.18966390867517
],
[
-84.55903981816417,
35.12893992292062
],
[
-84.53026313329549,
35.04247997234322
],
[
-84.6005954402221,
34.98161131017024
]
]
],
[
[
[
-92.4933846750542,
36.31920203912476
],
[
-92.38362223036177,
36.299097843921686
],
[
-92.31195856748651,
36.365909223128014
],
[
-92.202328892599,
36.34564033290969
],
[
-92.16448837669373,
36.25862974120141
],
[
-92.23609428361524,
36.19186605215706
],
[
-92.19827141850419,
36.104787053777
],
[
-92.26977028380901,
36.03788548382144
],
[
-92.23196513474281,
35.950739140908105
],
[
-92.30335722451706,
35.88370060198432
],
[
-92.41261159928317,
35.90376019362754
],
[
-92.45059858877359,
35.9909281785639
],
[
-92.56010913580597,
36.0108939522387
],
[
-92.59829629901225,
36.09801576356638
],
[
-92.70806262407466,
36.1178861993494
],
[
-92.74645050799143,
36.204960294958376
],
[
-92.67489041659279,
36.27214360683569
],
[
-92.56499729623194,
36.25220452001337
],
[
-92.4933846750542,
36.31920203912476
]
]
],
[
[
[
-113.62345167106326,
46.717789410549265
],
[
-113.56026827328252,
46.64621167599594
],
[
-113.62767712295506,
46.57326019344779
],
[
-113.75813305455583,
46.57185574076418
],
[
-113.82139624806432,
46.6433891090711
],
[
-113.9518950584822,
46.64175577464462
],
[
-114.01533816371746,
46.713090355351824
],
[
-113.94820487571353,
46.78610286532413
],
[
-114.01175041839085,
46.857282818169445
],
[
-113.94450244712968,
46.93015501293947
],
[
-113.81356925855832,
46.931816767642815
],
[
-113.75010210649717,
46.86059217432855
],
[
-113.61921220616424,
46.86202383617327
],
[
-113.55592729556199,
46.79060024898002
],
[
-113.62345167106326,
46.717789410549265
]
]
],
[
[
[
-83.29425570902885,
28.57583011624537
],
[
-83.38602881656678,
28.599010833023748
],
[
-83.41188613861564,
28.68588412473365
],
[
-83.50391102931795,
28.70906367492732
],
[
-83.52992399145108,
28.79598525908516
],
[
-83.4637468098658,
28.85967274881741
],
[
-83.37165319711254,
28.836388812477686
],
[
-83.30549450552306,
28.899915131084423
],
[
-83.2135853757869,
28.87652504125023
],
[
-83.14744618830167,
28.93989008606373
],
[
-83.05572253872295,
28.9163943861756
],
[
-83.03020539007031,
28.829638510500647
],
[
-83.0962466085224,
28.766322409277176
],
[
-83.07071899800619,
28.67955961282213
],
[
-83.13668287511547,
28.61613207844144
],
[
-83.11114493326379,
28.529363516696684
],
[
-83.177031583407,
28.465825546147585
],
[
-83.26855332636592,
28.489006299078618
],
[
-83.29425570902885,
28.57583011624537
]
]
],
[
[
[
-70.39919633267009,
19.992072594314177
],
[
-70.31449488491465,
19.977383841099467
],
[
-70.27758260571353,
19.909356311062584
],
[
-70.19294047231412,
19.894624878078712
],
[
-70.1560258134257,
19.826509545839343
],
[
-70.20373777988917,
19.773065403155794
],
[
-70.16680529091022,
19.704802311782867
],
[
-70.21454609275767,
19.651195383520136
],
[
-70.29928156646149,
19.665897059369545
],
[
-70.34711335390745,
19.6121727900514
],
[
-70.43195486123007,
19.62681767997294
],
[
-70.46891775868669,
19.695201657045814
],
[
-70.55381784019826,
19.709804281004406
],
[
-70.59077757890793,
19.77810005718884
],
[
-70.6757355104319,
19.79265977477126
],
[
-70.71269174918538,
19.860866706677193
],
[
-70.66467588852251,
19.91445421745831
],
[
-70.70161440202664,
19.982512318940916
],
[
-70.65362751094753,
20.03593713565576
],
[
-70.56876296468477,
20.021349390189304
],
[
-70.52086593774172,
20.07465712031239
],
[
-70.4361058933449,
20.060011683285012
],
[
-70.39919633267009,
19.992072594314177
]
]
],
[
[
[
-84.1788425336746,
39.821108238245344
],
[
-84.20037078553001,
39.905113202504516
],
[
-84.1102101783098,
39.958904701553486
],
[
-84.13168140444033,
40.0430775309187
],
[
-84.04116721187347,
40.096926810977
],
[
-83.92922949679826,
40.06641594472232
],
[
-83.83840871995521,
40.120134451673664
],
[
-83.72651067234035,
40.08941627344478
],
[
-83.70572800167778,
40.00509153221234
],
[
-83.59416550213496,
39.974278858167864
],
[
-83.57366507375636,
39.89004721292779
],
[
-83.66438265535929,
39.83670222705046
],
[
-83.77565344935074,
39.8674026080237
],
[
-83.86606981498178,
39.813927011674494
],
[
-83.97738076454452,
39.84442244502961
],
[
-84.06749438086082,
39.79081764565197
],
[
-84.1788425336746,
39.821108238245344
]
]
],
[
[
[
-99.26786652511831,
41.90728163232158
],
[
-99.14622017307023,
41.89258195391417
],
[
-99.0985888473353,
41.8098831404238
],
[
-99.17242733805833,
41.74189088937633
],
[
-99.12484239018085,
41.65907954333705
],
[
-99.19855634972994,
41.59093582756513
],
[
-99.31985994969949,
41.60555754513939
],
[
-99.36762039753229,
41.688361932988926
],
[
-99.4891493737238,
41.7028182343746
],
[
-99.53713182827218,
41.785502493555946
],
[
-99.46341071580399,
41.85373812097402
],
[
-99.51144095895874,
41.9363090908336
],
[
-99.43759482119371,
42.00439309017573
],
[
-99.31572113986323,
41.989860200259116
],
[
-99.26786652511831,
41.90728163232158
]
]
],
[
[
[
-95.82337073372723,
33.55405971198308
],
[
-95.9334277160059,
33.57058371044138
],
[
-96.00265921407572,
33.499045333804446
],
[
-95.9618048182205,
33.41103824667265
],
[
-96.03093090419085,
33.33938691979928
],
[
-96.14093941456322,
33.35568735530357
],
[
-96.20998787578051,
33.28386852424105
],
[
-96.16900055765737,
33.19580500290246
],
[
-96.2379438855438,
33.123875189771965
],
[
-96.34790092408285,
33.13995312244274
],
[
-96.38904966169945,
33.228020859213224
],
[
-96.49922361054652,
33.24399630170344
],
[
-96.54056393463738,
33.33201666808431
],
[
-96.47156937331685,
33.40405801100836
],
[
-96.51294066186962,
33.492026352370985
],
[
-96.44384040661947,
33.56395612665153
],
[
-96.33339397891487,
33.54786209716894
],
[
-96.26421338065401,
33.619624060768274
],
[
-96.30545332959508,
33.707535103051285
],
[
-96.2361667442205,
33.779183531640754
],
[
-96.12566697606087,
33.76286589688275
],
[
-96.0563014101506,
33.834345003367076
],
[
-96.097408077778,
33.92219635283071
],
[
-96.02793623873978,
33.99355998557545
],
[
-95.91738615917582,
33.97701769524113
],
[
-95.84783672015156,
34.04821052833068
],
[
-95.88880816115739,
34.13599981293438
],
[
-95.8191521702896,
34.20707526148744
],
[
-95.70855483716767,
34.19030730534067
],
[
-95.6677492280666,
34.102524811758585
],
[
-95.5573778033566,
34.08565302996657
],
[
-95.51676690151346,
33.99782147196553
],
[
-95.58636115463476,
33.92685425621925
],
[
-95.54577836573316,
33.83896725048752
],
[
-95.61526667100497,
33.76788323116405
],
[
-95.72536909710824,
33.78463181280902
],
[
-95.79478253414736,
33.71337732851701
],
[
-95.75406298033542,
33.62542908711388
],
[
-95.82337073372723,
33.55405971198308
]
]
],
[
[
[
-69.01122394115754,
18.69061909040474
],
[
-69.09537410387244,
18.70568589341082
],
[
-69.13234934789497,
18.774996238340034
],
[
-69.08515545743353,
18.829175553983305
],
[
-69.12211257220025,
18.898341227115264
],
[
-69.07494727102757,
18.952357280635315
],
[
-68.9908905231642,
18.937253029535064
],
[
-68.94381950016815,
18.99115125730188
],
[
-68.85987641902483,
18.975993095335777
],
[
-68.82295781606938,
18.90695546334327
],
[
-68.86996276683185,
18.853011936912484
],
[
-68.83302601163619,
18.783830117649213
],
[
-68.88005945135106,
18.729723387672067
],
[
-68.96409583919258,
18.74484378433343
],
[
-69.01122394115754,
18.69061909040474
]
]
],
[
[
[
-77.99267610764487,
37.535168182471566
],
[
-77.89994180921623,
37.58249528643236
],
[
-77.79729993758376,
37.54730226289709
],
[
-77.78760972686239,
37.4649203258576
],
[
-77.88022994762316,
37.417763493484394
],
[
-77.87042441992972,
37.335546621885996
],
[
-77.962714105219,
37.28841744255998
],
[
-78.06492205611845,
37.32333533907841
],
[
-78.1569940691036,
37.276065117929164
],
[
-78.25931142307758,
37.31080870705967
],
[
-78.26977493770107,
37.392958546667586
],
[
-78.1775926042198,
37.44039925866782
],
[
-78.18794471782988,
37.522715128200566
],
[
-78.09543064994192,
37.57018507739452
],
[
-77.99267610764487,
37.535168182471566
]
]
],
[
[
[
-85.25189350754303,
39.95063916965189
],
[
-85.13978042568083,
39.92136920256092
],
[
-85.11661392126179,
39.837598848029316
],
[
-85.2052255772282,
39.783182524366914
],
[
-85.18201388121649,
39.69958114902854
],
[
-85.27028044326603,
39.645231067710895
],
[
-85.38179033953377,
39.674295752281076
],
[
-85.4697442410468,
39.619826505233384
],
[
-85.5812709439171,
39.6486875410609
],
[
-85.60514520415119,
39.73211867742079
],
[
-85.71698880778804,
39.76087613019909
],
[
-85.804654676846,
39.70610237516785
],
[
-85.91651033208699,
39.73465539543619
],
[
-85.94100491047244,
39.818081062485234
],
[
-85.85331475319389,
39.87304197093578
],
[
-85.87777254945632,
39.95663684809971
],
[
-85.78973795580846,
40.01166767354835
],
[
-85.67727030458676,
39.982915832219334
],
[
-85.58891516968541,
40.0378275778372
],
[
-85.47646156988611,
40.00886875825996
],
[
-85.38778719256017,
40.06365993294073
],
[
-85.2753505865149,
40.03449389582541
],
[
-85.25189350754303,
39.95063916965189
]
]
],
[
[
[
-76.65863488142573,
32.93397616559009
],
[
-76.65159237637334,
32.857539807488315
],
[
-76.73685738230145,
32.8146362009263
],
[
-76.72971036802748,
32.738370021302075
],
[
-76.814701346463,
32.695506236242956
],
[
-76.80745094109203,
32.6194105035645
],
[
-76.89216922971092,
32.576587432070504
],
[
-76.88481653998625,
32.50066240531369
],
[
-76.96926346967435,
32.4578809282193
],
[
-76.96180959107497,
32.38212685694625
],
[
-77.0459864859367,
32.33938784391753
],
[
-77.03843250279333,
32.263804968355444
],
[
-77.12234068016117,
32.22110927794997
],
[
-77.11468766577109,
32.1456978290701
],
[
-77.1425840516696,
32.13148297322737
],
[
-77.18644073886954,
32.09421877761738
],
[
-77.27194900926068,
32.122449461950254
],
[
-77.29171324948561,
32.20666466451441
],
[
-77.26974385537957,
32.2253111545102
],
[
-77.21390191064516,
32.25384450287093
],
[
-77.22172462147732,
32.3294028143854
],
[
-77.13771749170701,
32.372250714556024
],
[
-77.14544150686585,
32.447980615559246
],
[
-77.06116449606255,
32.4908720669289
],
[
-77.06878873933664,
32.56677332304846
],
[
-76.98424051780393,
32.609707463037154
],
[
-76.99176390186093,
32.685779830606144
],
[
-76.90694313299805,
32.7287557854665
],
[
-76.91436455926815,
32.80499901144451
],
[
-77.00688093126108,
32.83824251363213
],
[
-77.01447479514036,
32.914632723085056
],
[
-76.92927689778632,
32.95780329772804
],
[
-76.9367680267282,
33.034364247274745
],
[
-77.02973377269906,
33.06773060018519
],
[
-77.03739910901785,
33.14443815165409
],
[
-76.95182075078417,
33.18780346951917
],
[
-76.95938256667186,
33.26468162121496
],
[
-77.05280203855399,
33.298170177126714
],
[
-77.06053985861044,
33.3751945246329
],
[
-76.97457766329214,
33.41875469030648
],
[
-76.88098230293235,
33.38513494961791
],
[
-76.79484443122321,
33.42857843482757
],
[
-76.7013557698055,
33.3948182831707
],
[
-76.6941796402896,
33.31774680560525
],
[
-76.60097279214409,
33.2839792051504
],
[
-76.59397041161115,
33.207055266165135
],
[
-76.67989487425261,
33.163921014737106
],
[
-76.67278602690862,
33.08716682669046
],
[
-76.58003136973771,
33.05352494884631
],
[
-76.57309450353095,
32.97691869030617
],
[
-76.65863488142573,
32.93397616559009
]
]
],
[
[
[
-60.143185854288134,
60.914562172964715
],
[
-60.1789991905509,
60.819730641813244
],
[
-60.03052641107785,
60.757151137435805
],
[
-60.06648767110993,
60.66236268274885
],
[
-60.24999777458787,
60.630026086490076
],
[
-60.28518662955532,
60.535154317700346
],
[
-60.4678462560325,
60.50248377049635
],
[
-60.61614863856809,
60.56455834918834
],
[
-60.79878331797349,
60.531428586640686
],
[
-60.94797870596705,
60.59316592130575
],
[
-60.9146424668746,
60.688284794015416
],
[
-61.06483786542394,
60.749933491300766
],
[
-61.03167771326341,
60.84509471518034
],
[
-60.84737882908476,
60.878486407052314
],
[
-60.697077419676134,
60.81658457836811
],
[
-60.512743932129965,
60.84951102104827
],
[
-60.47786806956898,
60.9444689678705
],
[
-60.29266239486826,
60.97705841246799
],
[
-60.143185854288134,
60.914562172964715
]
]
],
[
[
[
-88.55920633471996,
41.68317812319175
],
[
-88.52909409410717,
41.59869607208001
],
[
-88.41185674231399,
41.57240966378512
],
[
-88.38207295027813,
41.48798280053548
],
[
-88.46919091189726,
41.42995005554362
],
[
-88.58608242587579,
41.456152955627985
],
[
-88.6728371867991,
41.39800935481851
],
[
-88.7896976462934,
41.42399370605749
],
[
-88.82014919012794,
41.508203549819136
],
[
-88.93732271374556,
41.53405057094457
],
[
-89.0236968591124,
41.475606854750936
],
[
-89.14083387886502,
41.501234991045294
],
[
-89.22684021297327,
41.44268406679148
],
[
-89.1957294323666,
41.35869590359429
],
[
-89.07894018587012,
41.333147047772826
],
[
-89.0481571791908,
41.24921120288258
],
[
-89.13383666434048,
41.190935462026616
],
[
-89.25027997575552,
41.21640551225392
],
[
-89.28138906321746,
41.3002299102877
],
[
-89.39813819274706,
41.325561849686686
],
[
-89.4295753631724,
41.40943745699699
],
[
-89.34393769701846,
41.4680938777294
],
[
-89.3753783780051,
41.55213275679412
],
[
-89.28939339625906,
41.61087455434446
],
[
-89.17194569357379,
41.58538640083982
],
[
-89.08559013354163,
41.64402125746215
],
[
-88.96810349014487,
41.61831336167669
],
[
-88.88137822560587,
41.67683955504198
],
[
-88.76385570559567,
41.650911357275085
],
[
-88.67676164600138,
41.70932716725528
],
[
-88.55920633471996,
41.68317812319175
]
]
],
[
[
[
-91.56816630981083,
38.13169112507929
],
[
-91.45743392760801,
38.110329025810294
],
[
-91.38443139325288,
38.174984161500596
],
[
-91.2738467440085,
38.153453817804014
],
[
-91.23638992265361,
38.067337537082004
],
[
-91.30932588729277,
38.00272614367827
],
[
-91.27188402981376,
37.91653001381498
],
[
-91.34471049033922,
37.85176972999611
],
[
-91.45504511400335,
37.87316163280057
],
[
-91.4926780093543,
37.95938306181596
],
[
-91.60328446603415,
37.98067645725113
],
[
-91.67613210721987,
37.915679479472225
],
[
-91.78688335424263,
37.93680454523697
],
[
-91.85968450137352,
37.87161511178939
],
[
-91.97057840160797,
37.89257134596583
],
[
-92.04333150028502,
37.8271896985714
],
[
-92.15436590441152,
37.847976610978144
],
[
-92.19277535141597,
37.93421248408778
],
[
-92.11996124533468,
37.9996390670603
],
[
-92.15838878456154,
38.08579458403777
],
[
-92.08546378882565,
38.15107333865964
],
[
-91.9741724965959,
38.13015183329295
],
[
-91.93593494689671,
38.044018853125024
],
[
-91.8249135048268,
38.02299479120005
],
[
-91.7520020627198,
38.088036118173555
],
[
-91.64112407872769,
38.06684278336718
],
[
-91.56816630981083,
38.13169112507929
]
]
],
[
[
[
-100.92745488675065,
32.481054313232015
],
[
-100.8604770102425,
32.556646784380966
],
[
-100.90578201539537,
32.644259658739855
],
[
-100.83869940750532,
32.71975875592275
],
[
-100.72630329232567,
32.70758877229984
],
[
-100.68113912238027,
32.61996127976118
],
[
-100.5689208114505,
32.607668459646206
],
[
-100.5017182664873,
32.68296089074726
],
[
-100.38953095170825,
32.67050348095529
],
[
-100.34469444332642,
32.5827967751965
],
[
-100.41190260225659,
32.50756075016302
],
[
-100.36710897249027,
32.41980306422007
],
[
-100.43421254654442,
32.34447320378054
],
[
-100.54610426746528,
32.35684441304257
],
[
-100.6130976348017,
32.28136503094318
],
[
-100.72501963474872,
32.293573160965664
],
[
-100.77009595656664,
32.38130298287012
],
[
-100.88219434020512,
32.39338986058782
],
[
-100.92745488675065,
32.481054313232015
]
]
],
[
[
[
-103.01433457421267,
32.18913105609694
],
[
-103.12721232857083,
32.19924239378946
],
[
-103.19292252127045,
32.122044967338546
],
[
-103.30579863267977,
32.131993940602065
],
[
-103.35311843149957,
32.21917075141455
],
[
-103.46614508958041,
32.22898740649247
],
[
-103.51364300209168,
32.3160858679515
],
[
-103.44798799385676,
32.39339254674249
],
[
-103.33480652766134,
32.383546260647634
],
[
-103.26902017183859,
32.46071427296714
],
[
-103.15583528095516,
32.450704401514734
],
[
-103.10859164643573,
32.36355700491525
],
[
-102.99555992845133,
32.3534144021059
],
[
-102.94849572573195,
32.26618964511413
],
[
-103.01433457421267,
32.18913105609694
]
]
],
[
[
[
-93.07621554981783,
43.04877878465795
],
[
-93.03727287855668,
42.96496224263204
],
[
-93.11975970945129,
42.9026845943785
],
[
-93.24111142081435,
42.924034673396875
],
[
-93.32318206304492,
42.861670655000296
],
[
-93.28398058375042,
42.778145182099244
],
[
-93.36571624324492,
42.71588464386258
],
[
-93.4865728274914,
42.73696175999995
],
[
-93.52608150653265,
42.82034859184558
],
[
-93.64721727888181,
42.84125230974975
],
[
-93.68708885098235,
42.92465252181879
],
[
-93.80850316373254,
42.945381130097594
],
[
-93.84873958238164,
43.02879291595135
],
[
-93.76725596668838,
43.09161704224309
],
[
-93.64544843131809,
43.070841484874215
],
[
-93.5635430944296,
43.13358224871977
],
[
-93.44162309685238,
43.112581943491605
],
[
-93.40200261443549,
43.02888945812629
],
[
-93.28036644999426,
43.00771339896046
],
[
-93.19795826582586,
43.070179999809476
],
[
-93.07621554981783,
43.04877878465795
]
]
],
[
[
[
-80.26675779642885,
42.398668663181226
],
[
-80.38231298406544,
42.433626761091276
],
[
-80.39799455095437,
42.52116497727688
],
[
-80.51394464572917,
42.556032331720374
],
[
-80.52991665684804,
42.64366848507785
],
[
-80.42953628534744,
42.69649179926732
],
[
-80.44539712736498,
42.784279781410625
],
[
-80.34460614782424,
42.83711884609044
],
[
-80.22806185777382,
42.80197962607531
],
[
-80.21260650348655,
42.71413795937933
],
[
-80.09646295326318,
42.67890696740936
],
[
-80.0812974827686,
42.59116402247802
],
[
-80.18187131962362,
42.5387043438206
],
[
-80.16659083122069,
42.451113017168865
],
[
-80.26675779642885,
42.398668663181226
]
]
],
[
[
[
-78.36231597593596,
27.77354925354138
],
[
-78.27854694735214,
27.748529736766837
],
[
-78.21489065268862,
27.80797272414731
],
[
-78.131323473806,
27.782870949159026
],
[
-78.11145521787134,
27.69843885184651
],
[
-78.1749999822857,
27.639036820035177
],
[
-78.15511037558588,
27.554605066318654
],
[
-78.21859143721777,
27.495091057434518
],
[
-78.30207320461142,
27.519967370790656
],
[
-78.36560135144576,
27.460300298548102
],
[
-78.44928365926307,
27.485094467108553
],
[
-78.4694812549434,
27.56966844537622
],
[
-78.40584240476683,
27.629377424626256
],
[
-78.42601927166812,
27.713952381491183
],
[
-78.36231597593596,
27.77354925354138
]
]
],
[
[
[
-104.99812015813704,
39.80841517421424
],
[
-105.11980210414774,
39.81696263096265
],
[
-105.17221306891479,
39.899260002750154
],
[
-105.10280779157026,
39.973035776968246
],
[
-104.98094413066678,
39.964470051796866
],
[
-104.91137489208816,
40.038072206340615
],
[
-104.7894835920189,
40.02930687070203
],
[
-104.73734348107163,
39.946958445671555
],
[
-104.61560864864894,
39.93801287650973
],
[
-104.56366970432667,
39.85552923063778
],
[
-104.63332811876215,
39.78201582738651
],
[
-104.75488209195072,
39.79094161723314
],
[
-104.8243797957685,
39.717254262604676
],
[
-104.94590851074149,
39.72598154893042
],
[
-104.99812015813704,
39.80841517421424
]
]
],
[
[
[
-90.34741636144827,
42.375595275371225
],
[
-90.22779494276092,
42.35113734990924
],
[
-90.19431558797169,
42.26666898398208
],
[
-90.07500442998715,
42.242058466610985
],
[
-90.0418698071705,
42.15763037957177
],
[
-90.12771521585687,
42.0979318878835
],
[
-90.09459296702519,
42.01366390509673
],
[
-90.18008824366058,
41.95405303900019
],
[
-90.29867133121628,
41.97851905585279
],
[
-90.38378337421197,
41.91880597309083
],
[
-90.50230830365945,
41.94305085595595
],
[
-90.58703642586943,
41.883237333408715
],
[
-90.7055001869489,
41.90726176447475
],
[
-90.78984373738338,
41.847349579567314
],
[
-90.90824334460449,
41.871154255328385
],
[
-90.9426628743343,
41.95493861669026
],
[
-91.0613599219206,
41.97859047637755
],
[
-91.14527213413521,
41.918391574950874
],
[
-91.26389943399813,
41.9418236696511
],
[
-91.29898069909345,
42.025519683825166
],
[
-91.41790252693795,
42.04879648984869
],
[
-91.45332917561308,
42.132526063440615
],
[
-91.36951627035056,
42.19310481929276
],
[
-91.40497184728899,
42.2769931762431
],
[
-91.32081607372726,
42.33766664123066
],
[
-91.20115347324626,
42.31426116434791
],
[
-91.16601886954835,
42.23024692761993
],
[
-91.0466555979425,
42.20668405164937
],
[
-90.96205655472461,
42.26706957916401
],
[
-90.84262417072496,
42.243284022463776
],
[
-90.75763291779391,
42.303570214956814
],
[
-90.63813445451983,
42.27956124675445
],
[
-90.55275161391555,
42.33974629032039
],
[
-90.43319013050164,
42.31551319430122
],
[
-90.34741636144827,
42.375595275371225
]
]
],
[
[
[
-90.25865356045128,
40.515620840571344
],
[
-90.3411825891607,
40.45721547471195
],
[
-90.45601811365158,
40.48133085789303
],
[
-90.48866492671559,
40.56392154159012
],
[
-90.60378506303532,
40.587898667383946
],
[
-90.63675376579825,
40.670537086712216
],
[
-90.55429694347063,
40.72931646114289
],
[
-90.58728327498807,
40.812120024653765
],
[
-90.5044985678739,
40.87099543209116
],
[
-90.38869012164348,
40.8468795783178
],
[
-90.30553887266173,
40.905662158231245
],
[
-90.18967481923602,
40.8813351859979
],
[
-90.15730739778954,
40.79829676301179
],
[
-90.0417348465838,
40.77383037634948
],
[
-89.95818611685762,
40.832330261726526
],
[
-89.84256318980309,
40.807652895946696
],
[
-89.75865183087345,
40.866056273494785
],
[
-89.6429813716769,
40.84116732865866
],
[
-89.61156445986548,
40.75794984460448
],
[
-89.49619035567095,
40.73292476271452
],
[
-89.46509438556124,
40.64976041282155
],
[
-89.54905747852065,
40.591733562928184
],
[
-89.51796631446722,
40.508735422700234
],
[
-89.60159732731005,
40.45079920231552
],
[
-89.71629478257427,
40.47567357672418
],
[
-89.74769799976906,
40.55855911497849
],
[
-89.66409236307807,
40.61668306757914
],
[
-89.69550271516606,
40.699734810935865
],
[
-89.81083165342528,
40.72454910413243
],
[
-89.89440987040186,
40.66623726025903
],
[
-90.00969080760028,
40.69084134997554
],
[
-90.09290827608314,
40.63243435622221
],
[
-90.06087545750287,
40.54961104145524
],
[
-90.14376402977196,
40.49129783011535
],
[
-90.25865356045128,
40.515620840571344
]
]
],
[
[
[
-81.05282480911345,
40.27181451891724
],
[
-81.14739309346349,
40.220107732755864
],
[
-81.13112434164243,
40.135090696098004
],
[
-81.22532641333608,
40.08341993840993
],
[
-81.33588241527386,
40.11658205309483
],
[
-81.3525105777103,
40.20154126454328
],
[
-81.4634188673258,
40.234623902653794
],
[
-81.48031699795185,
40.3196876002232
],
[
-81.38594653257968,
40.3717277935991
],
[
-81.40275496727787,
40.45695459727784
],
[
-81.30801526810448,
40.509031360454756
],
[
-81.19655185111826,
40.47569577454524
],
[
-81.18010653320823,
40.39041052823839
],
[
-81.069000432394,
40.35699448092851
],
[
-81.05282480911345,
40.27181451891724
]
]
],
[
[
[
-90.84473078191424,
31.88210363718723
],
[
-90.94859693024756,
31.902041385126232
],
[
-90.98365352562338,
31.990404836961183
],
[
-90.91467224502996,
32.05880404822942
],
[
-90.94974119081252,
32.147131990244404
],
[
-90.88066221895677,
32.21541459269779
],
[
-90.7765769154468,
32.195315258472036
],
[
-90.70746318287138,
32.263426618153915
],
[
-90.60351668090402,
32.2431831448008
],
[
-90.53436950357931,
32.31112287404885
],
[
-90.43056354828765,
32.290735647190026
],
[
-90.39601314381984,
32.2024903979157
],
[
-90.46509527532804,
32.13460398069262
],
[
-90.43055560596972,
32.04632250552302
],
[
-90.49954078154566,
31.978318456068745
],
[
-90.4650119262967,
31.89000195760001
],
[
-90.53390036465362,
31.82188134535629
],
[
-90.63738205784493,
31.8420232326726
],
[
-90.70623784064551,
31.773732695446583
],
[
-90.80985795009433,
31.793732201924655
],
[
-90.84473078191424,
31.88210363718723
]
]
],
[
[
[
-98.0002740944013,
30.55670735383605
],
[
-97.93333823676106,
30.631185698579376
],
[
-97.82463813746807,
30.616968831347204
],
[
-97.7830089571994,
30.528329934932895
],
[
-97.6745051184843,
30.514016796552042
],
[
-97.6330580284556,
30.425343334729487
],
[
-97.69996598462959,
30.35098712242192
],
[
-97.65855190810159,
30.26228432572365
],
[
-97.72535931685258,
30.187842046085166
],
[
-97.83359530008156,
30.202041134654568
],
[
-97.90031646998199,
30.127452274213443
],
[
-98.00861298375537,
30.141500245073868
],
[
-98.05032232490647,
30.230193357795905
],
[
-98.158812014038,
30.24414593286697
],
[
-98.20070228387021,
30.332804482805187
],
[
-98.13395621007989,
30.407516286915296
],
[
-98.17588103513418,
30.496144980352902
],
[
-98.10903403209922,
30.570771068247414
],
[
-98.0002740944013,
30.55670735383605
]
]
],
[
[
[
-61.97823114470097,
60.040774499891626
],
[
-62.007883784866685,
59.945302069227246
],
[
-62.18618711227984,
59.91011369803303
],
[
-62.335607070890106,
59.970258222875366
],
[
-62.513821552958206,
59.93461908732179
],
[
-62.66406340443992,
59.99441882141341
],
[
-62.63624917226063,
60.090105915128525
],
[
-62.78747440296891,
60.14980598613289
],
[
-62.75988362886113,
60.245536998493094
],
[
-62.5801329301515,
60.28146352511837
],
[
-62.42874538360824,
60.22151398743952
],
[
-62.2488947483007,
60.25698409388355
],
[
-62.21965246657398,
60.35254632080963
],
[
-62.03892808283273,
60.387700989957004
],
[
-61.88823462717303,
60.32715254868895
],
[
-61.70743060633439,
60.361849337676524
],
[
-61.55759407973365,
60.30095593517058
],
[
-61.588692228010764,
60.20561666942442
],
[
-61.76870420088683,
60.17105730030366
],
[
-61.79907499813912,
60.075650088919105
],
[
-61.97823114470097,
60.040774499891626
]
]
],
[
[
[
-76.79295129073182,
40.440653350288684
],
[
-76.68483673098135,
40.403040822309954
],
[
-76.58498976929245,
40.451172513906954
],
[
-76.47702083037682,
40.41336194463715
],
[
-76.46913026543501,
40.32757042408496
],
[
-76.36153904183905,
40.28971369274596
],
[
-76.26160941944913,
40.33749743344757
],
[
-76.15416760988144,
40.29944463624299
],
[
-76.14688227327065,
40.21376001585866
],
[
-76.24666360124515,
40.1661498241019
],
[
-76.23923126871449,
40.080617038299465
],
[
-76.3386411542128,
40.033007723264454
],
[
-76.44562986882896,
40.0707580436497
],
[
-76.54481480055777,
40.022977703261525
],
[
-76.65194873025105,
40.06053384027857
],
[
-76.75090630769222,
40.01258347590695
],
[
-76.85818255183008,
40.04994493528763
],
[
-76.8667315947714,
40.135405429226275
],
[
-76.97437984154203,
40.17271976058044
],
[
-76.98316212733096,
40.25830747043958
],
[
-76.88392289254129,
40.306607667272914
],
[
-76.8925654859763,
40.39234894252779
],
[
-76.79295129073182,
40.440653350288684
]
]
],
[
[
[
-71.67824183387668,
20.63865098805027
],
[
-71.62978139430685,
20.69171178504224
],
[
-71.66666246048626,
20.758883419948866
],
[
-71.61823113070773,
20.811782237147757
],
[
-71.53297642959151,
20.797554804417842
],
[
-71.48463195001355,
20.850337097748163
],
[
-71.3994757588832,
20.836049524730917
],
[
-71.36261765604586,
20.768990882889256
],
[
-71.41090396655565,
20.716163270507153
],
[
-71.37402839604493,
20.64895411437199
],
[
-71.42234374807614,
20.595964517305294
],
[
-71.50759295316065,
20.610229470765518
],
[
-71.55599558487393,
20.557123212370083
],
[
-71.64134334921202,
20.571328356860988
],
[
-71.67824183387668,
20.63865098805027
]
]
],
[
[
[
-91.99357130499551,
42.62060379936141
],
[
-92.07715685191677,
42.55926485816655
],
[
-92.04032812557978,
42.47541824333889
],
[
-92.12357217041142,
42.41417679869791
],
[
-92.24358252544661,
42.43659250195095
],
[
-92.32642416675068,
42.37526032133416
],
[
-92.4463452714073,
42.39745446261178
],
[
-92.48380313185692,
42.48103748378422
],
[
-92.40102741591997,
42.542558814925265
],
[
-92.280727103764,
42.52030782423827
],
[
-92.19754628311401,
42.5817388898504
],
[
-92.23473066949204,
42.66561040899596
],
[
-92.15120810335925,
42.727139434765704
],
[
-92.03043735528914,
42.704606701196475
],
[
-91.99357130499551,
42.62060379936141
]
]
],
[
[
[
-69.11993428087837,
31.079611100391517
],
[
-69.12446610650906,
31.00609967051445
],
[
-69.04173739121647,
30.96894612286885
],
[
-69.0463752406962,
30.895605363059186
],
[
-69.13348921298612,
30.85939590430164
],
[
-69.13798061445492,
30.7862035888229
],
[
-69.22485156867297,
30.749996976704928
],
[
-69.30738486600288,
30.786858677598392
],
[
-69.39416617008037,
30.750531620628838
],
[
-69.47686038436008,
30.787293656078337
],
[
-69.47287269098732,
30.860527807834167
],
[
-69.38593870212281,
30.896979717982756
],
[
-69.38180651459946,
30.970363542776354
],
[
-69.4648614950058,
31.007315791088043
],
[
-69.46083788512699,
31.080869602794525
],
[
-69.3735049559205,
31.11745069447124
],
[
-69.36933547315229,
31.191153996994156
],
[
-69.45275437100234,
31.228296806061167
],
[
-69.44869435754391,
31.30217016913443
],
[
-69.53237831523289,
31.339356676633876
],
[
-69.52842887014225,
31.41339995182836
],
[
-69.44053754233273,
31.450236335934207
],
[
-69.3567515343954,
31.412902634389912
],
[
-69.26876680952931,
31.44961415678542
],
[
-69.18514643876983,
31.41217685049117
],
[
-69.18961127089504,
31.338175804486433
],
[
-69.10625698307467,
31.300783421613787
],
[
-69.11082978056334,
31.226952990717535
],
[
-69.19850071307772,
31.19049275075896
],
[
-69.20292544362985,
31.116810776716072
],
[
-69.11993428087837,
31.079611100391517
]
]
],
[
[
[
-90.0483527713181,
41.618032570568445
],
[
-89.93073682822215,
41.59334436480581
],
[
-89.89831243739454,
41.509487068053886
],
[
-89.7809997240663,
41.48465463233475
],
[
-89.74890788074755,
41.400844211598155
],
[
-89.83380578108186,
41.34198193963584
],
[
-89.80172235499575,
41.25833481014513
],
[
-89.88627929556759,
41.19956173044545
],
[
-90.00289028827632,
41.22424642250755
],
[
-90.08707814665968,
41.16537438931916
],
[
-90.20363723798903,
41.18984454752617
],
[
-90.23635813732044,
41.27325879870086
],
[
-90.15220301061535,
41.33232005721889
],
[
-90.18493717040029,
41.41589757857547
],
[
-90.10044253130827,
41.47504988180365
],
[
-90.13318940725634,
41.55879016960816
],
[
-90.0483527713181,
41.618032570568445
]
]
],
[
[
[
-82.37491587297764,
40.1034353751658
],
[
-82.48616692687281,
40.13548633721957
],
[
-82.50485030926032,
40.22023474226094
],
[
-82.61644691932726,
40.2521982691288
],
[
-82.63540847431183,
40.337044740173326
],
[
-82.54241814977065,
40.38999484675252
],
[
-82.5613033224002,
40.47500601716309
],
[
-82.46794698782081,
40.528000823757296
],
[
-82.3557749596944,
40.49579732874642
],
[
-82.33724792574745,
40.41071961877099
],
[
-82.22542647516772,
40.37842757870631
],
[
-82.20717759172246,
40.29344872901408
],
[
-82.30039276411196,
40.24082713339847
],
[
-82.28206393344585,
40.1560128855179
],
[
-82.37491587297764,
40.1034353751658
]
]
],
[
[
[
-111.99734171371333,
46.5058469138249
],
[
-112.0661331199647,
46.43358110617344
],
[
-112.19678602563482,
46.43396901181523
],
[
-112.25886361083116,
46.50661433496134
],
[
-112.38958367178164,
46.50677450531627
],
[
-112.45185127241753,
46.57922542186369
],
[
-112.38330688917337,
46.65155880428453
],
[
-112.44567273394671,
46.72385747944011
],
[
-112.37700930604545,
46.796047678078835
],
[
-112.24585467373622,
46.795905419563475
],
[
-112.18358163431307,
46.72356406326211
],
[
-112.05249480722716,
46.723192824391354
],
[
-111.99041408553168,
46.65065688954924
],
[
-112.05932523306396,
46.57853457454565
],
[
-111.99734171371333,
46.5058469138249
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"sev": 2
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-92.48380313185692,
42.48103748378422
],
[
-92.604011380607,
42.50306628558451
],
[
-92.68638165023066,
42.441456546106565
],
[
-92.80649492050418,
42.463264024205216
],
[
-92.84461873727139,
42.546735345505844
],
[
-92.96501582246685,
42.568375148106696
],
[
-93.00349687625526,
42.65186629925697
],
[
-93.12417723735265,
42.67333670096781
],
[
-93.20599172548575,
42.61126418659299
],
[
-93.32656850135103,
42.63251298845574
],
[
-93.36571624324492,
42.71588464386258
],
[
-93.28398058375042,
42.778145182099244
],
[
-93.32318206304492,
42.861670655000296
],
[
-93.24111142081435,
42.924034673396875
],
[
-93.11975970945129,
42.9026845943785
],
[
-93.03727287855668,
42.96496224263204
],
[
-92.91581756982804,
42.943387578075274
],
[
-92.87723858142293,
42.859587706362134
],
[
-92.75607124386111,
42.83784133911688
],
[
-92.67309512763205,
42.899841185469
],
[
-92.55183007271008,
42.87786991219338
],
[
-92.51392819468215,
42.79395389002664
],
[
-92.39295454218595,
42.771813271872816
],
[
-92.35541243856876,
42.68791861325793
],
[
-92.23473066949204,
42.66561040899596
],
[
-92.19754628311401,
42.5817388898504
],
[
-92.280727103764,
42.52030782423827
],
[
-92.40102741591997,
42.542558814925265
],
[
-92.48380313185692,
42.48103748378422
]
]
],
[
[
[
-89.1957294323666,
41.35869590359429
],
[
-89.22684021297327,
41.44268406679148
],
[
-89.14083387886502,
41.501234991045294
],
[
-89.0236968591124,
41.475606854750936
],
[
-88.93732271374556,
41.53405057094457
],
[
-88.82014919012794,
41.508203549819136
],
[
-88.7896976462934,
41.42399370605749
],
[
-88.87608826184834,
41.36574094365247
],
[
-88.8456334644459,
41.28169479391381
],
[
-88.93167615158247,
41.2235250783725
],
[
-89.0481571791908,
41.24921120288258
],
[
-89.07894018587012,
41.333147047772826
],
[
-89.1957294323666,
41.35869590359429
]
]
],
[
[
[
-94.8070960108567,
36.235765867024476
],
[
-94.73584380594987,
36.304621746856746
],
[
-94.62400630761474,
36.28644360081225
],
[
-94.55268408231953,
36.35511607585002
],
[
-94.440954032818,
36.336766600956054
],
[
-94.40068197224994,
36.249807126500556
],
[
-94.28919646177285,
36.231349566771314
],
[
-94.24912674082748,
36.144332463382334
],
[
-94.32036537983191,
36.075759608869
],
[
-94.43171629187823,
36.09415408641764
],
[
-94.50288775171131,
36.02539825118357
],
[
-94.6143469941175,
36.04362277965779
],
[
-94.6547698206465,
36.13066561442891
],
[
-94.76647111405619,
36.14878189989168
],
[
-94.8070960108567,
36.235765867024476
]
]
],
[
[
[
-78.48037142810482,
36.76022795432788
],
[
-78.46969054250013,
36.678879309438905
],
[
-78.36855978461116,
36.64463750546002
],
[
-78.35809155679549,
36.563421746162724
],
[
-78.44843605466578,
36.516483142654586
],
[
-78.5493527167147,
36.55059172061591
],
[
-78.63948158155245,
36.50352022802766
],
[
-78.74049831560532,
36.53745992080236
],
[
-78.75160158290397,
36.61860315496989
],
[
-78.8529330943039,
36.652505102728234
],
[
-78.8642515120424,
36.73377956376177
],
[
-78.77392018478585,
36.781190081372145
],
[
-78.672371088824,
36.74715605545358
],
[
-78.58181984122007,
36.79443296026694
],
[
-78.48037142810482,
36.76022795432788
]
]
],
[
[
[
-89.71629478257427,
40.47567357672418
],
[
-89.79957016657895,
40.417641607795844
],
[
-89.91422149418788,
40.442307922765174
],
[
-89.94593468395077,
40.52507979280132
],
[
-90.06087545750287,
40.54961104145524
],
[
-90.09290827608314,
40.63243435622221
],
[
-90.00969080760028,
40.69084134997554
],
[
-89.89440987040186,
40.66623726025903
],
[
-89.81083165342528,
40.72454910413243
],
[
-89.69550271516606,
40.699734810935865
],
[
-89.66409236307807,
40.61668306757914
],
[
-89.74769799976906,
40.55855911497849
],
[
-89.71629478257427,
40.47567357672418
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"sev": 3
},
"geometry": {
"type": "Polygon",
"coordinates": []
}
},
{
"type": "Feature",
"properties": {
"sev": 4
},
"geometry": {
"type": "Polygon",
"coordinates": []
}
},
{
"type": "Feature",
"properties": {
"sev": 5
},
"geometry": {
"type": "Polygon",
"coordinates": []
}
}
]
},
"traffic": [
{
"lat": -4.463,
"lng": -76.972,
"alt": 25924,
"sp_alt": 37,
"hdg": 137.33,
"spd_nm_h": 978.99,
"ts": 1659530580,
"user": "skypath_user",
"company": "YS",
"ac_cat": "C60",
"ac_type": "B733",
"ac_size": "medium",
"flight_num": "AAL0001",
"flight_num_manual": false,
"dest": "UKHH",
"dep": "UKBB",
"sp_flight_id": "a63bfb26-30c6-4ea0-8865-be0ac550e7d8"
}
],
"pireps": [
{
"id": "3e6f83e9-cc85-4dc7-a5b8-0aa7a70946e3",
"tile_x": 1758,
"tile_y": 709,
"hex_id": "8a283082a677fff",
"tick": 100,
"is_deleted": null,
"alt": 38000,
"sp_alt": 38,
"ts": 1659530580,
"type": "cb",
"params": {
"speed_fluctuation_nm_h": 10
},
"sp_flight_id": "c7a1cd08-8e9c-4621-a090-3929d27965ee",
"user": "user"
}
]
}
Operation is not authorized or wrong API KEY
- application/json
- Schema
- Example (from schema)
Schema
Default value: 401
Default value: Unauthorized
{
"statusCode": 401,
"message": "Unauthorized"
}