The US Distance to Wild Fire
API by GeoRiskServices.com allows you to calculate the distance of a given location to current and historical US hurricanes. Whether you are using geographic coordinates (latitude and longitude) or a physical address, this API provides flexibility and precision. Here’s how to use it effectively.
API Endpoint
The API can be accessed via the following endpoint:
https://www.allthingsdev.co/apimarketplace/endpoints/geo-risk-services/67b9249d563cbd684a8bf1fc
The API accepts input as a JSON object with the following schema:
Required Parameters
The API requires one of the following sets of parameters:
- Latitude and Longitude:
lat
: Latitude (number, between -90 and 90)lon
: Longitude (number, between -180 and 180)
- Address:
address
: A string representing a physical address (e.g., “1600 Pennsylvania Ave NW, Washington, DC 20500”).
Optional Parameters
perf
: Boolean – Enables performance metrics. Default:false
.dist_lines
: Boolean – Returns additional distance line information. Default:false
.hurr_lines
: Boolean – Returns additional hurricane track line information. Default:false
.season_start_year
: number – Set the hurricane season start year, inclusive: Default:2020
.season_end_year
: number – Set the hurricane season end year, inclusive: Default:2024
.override_buffer
: Boolean -Override the Default Buffer Radius Calculation of US Category multiplied by 10000 meters: Default:false
.override_buffer_meters
: number -Buffer Radius of The Hurricane Track Multiplied by the US Category if override_buffer = true.: Default:80000
.- max_distance : The Maximum Distance in Meters Relative to Hurricanes
anno
: Boolean – Includes annotations in the response. Default:true
.
Schema Example
{
"lat": 34.052235,
"lon": -118.243683,
"dist_lines": true ,
"hurr_lines": true ,
"season_start_year": 2018,
"season_end_year":2024,
"override_buffer": false ,
"override_buffer_meters": 15000,
"max_distance": 80000,
"perf" : true,
"anno" : true
}
Or using an address:
{
"address": "1205 Peregrine Dr, Charleston, SC, 29412",
"dist_lines": true ,
"hurr_lines": true ,
"season_start_year": 2018,
"season_end_year":2024,
"override_buffer": false ,
"override_buffer_meters": 15000,
"max_distance": 80000,
"perf" : true,
"anno" : true
}
Step-by-Step Guide to Using the API
Step 1: Prepare Your Request
Choose the method of input:
- Use
lat
andlon
if you have geographic coordinates. - or
- Use
address
if you have a street address. - use
dist_lines
to return the geojson straight line representation. - use
hurr_lines
to return the geojson hurricane track line representation. - use
season_start_year
to set the hurricane season start year, inclusive. - use
season_end_year
to set the hurricane season end year, inclusive. - use
override_buffer
to select to override the default buffer. - use
override_buffer_meters
to set the override buffer in meters if override_buffer = true - use
max_distance
to return the distance from the location to search. - use
perf
to return the api and database performance metrics. - use
anno
to return the sources used in the api
Step 2: Send a POST Request
Make a POST request to the API endpoint with the prepared JSON payload. Here’s an example using curl
:
Using Latitude and Longitude:
Using an Address:
curl --location 'https://Geo-Risk-Services.proxy-production.allthingsdev.co/usdistance2hurr' \
--header 'Content-Type: application/json' \
--header 'x-apihub-key: fj1jXaBtgygVVeOXYx6F1mNcd70F00XmnLnbEvGnNr831j-t5f' \
--header 'x-apihub-host: Geo-Risk-Services.allthingsdev.co' \
--header 'x-apihub-endpoint: 414e7f97-91ed-4225-b566-3961ddc91690' \
--header 'Content-Type: application/json' \
--data '{
"address": "1205 Peregrine Dr, Charleston, SC, 29412",
"dist_lines": true,
"hurr_lines": true,
"season_start_year": 2018,
"season_end_year": 2024,
"override_buffer": false,
"override_buffer_meters": 15000,
"max_distance": 80000,
"perf": true,
"anno": true
}'
Step 3: Interpret the Response
The API will return a JSON response. For example:
{
“status”: “success”,
“db_perf_ms”: 345,
“api_perf_ms”: 2319,
“error”: “”,
“input_params”: {
“lat”: 32.72170766766838,
“lon”: -79.95086341522955,
“address”: “1205 Peregrine Dr, Charleston, SC, 29412”,
“perf”: true,
“dist_lines”: true,
“season_start_year”: 2018,
“season_end_year”: 2024,
“max_distance”: 80000,
“hurr_lines”: true,
“anno”: true,
“elev_ft”: 10.64295095737232,
“override_buffer”: false,
“override_buffer_meters”: 15000
},
“results”: [
{
“dist_m”: 58245.12906457,
“dist_km”: 58.24512906457,
“hurr_name”: “DORIAN”,
“hurr_year”: 2019,
“dist_miles”: 36.19,
“pt_to_hurr”: {
“type”: “LineString”,
“coordinates”: [
[
-79.950863415,
32.721707668
],
[
-79.394660973,
32.485810116
]
]
},
“hurr_buffer”: {
“type”: “MultiPolygon”,
“coordinates”: [
[
[
[
-71.256697847,
25.068441584
],
[
-71.302801597,
25.100620129
],
[
-71.341143716,
25.140457354
],
[
-71.370248678,
25.186427448
],
[
-71.388991113,
25.236768119
],
[
-71.396640073,
25.289547658
],
[
-71.392888722,
25.342738739
],
[
-71.377868079,
25.394296162
],
[
-71.352143991,
25.442235613
],
[
-71.316697141,
25.484710357
],
[
-71.272886595,
25.52008289
],
[
-71.222398076,
25.546988664
],
[
-71.167178883,
25.564389327
],
[
-71.109361982,
25.57161331
],
[
-71.051182356,
25.568382075
],
[
-70.994889088,
25.55482097
],
[
-70.942656884,
25.531454229
],
[
-70.527340498,
25.295845787
],
[
-70.517196686,
25.28871231
],
[
-70.506251906,
25.282645979
],
[
-70.132616525,
25.025510724
],
[
-69.737410629,
24.804519111
],
[
-69.691321419,
24.772524755
],
[
-69.653007665,
24.732838526
],
[
-69.623939435,
24.686990606
],
[
-69.60522679,
24.636747076
],
[
-69.59757822,
24.584041409
],
[
-69.601275063,
24.53089977
],
[
-69.616162618,
24.479363057
],
[
-69.641658009,
24.431408682
],
[
-69.6767742,
24.388875057
],
[
-69.720159002,
24.353391631
],
[
-69.770147419,
24.326317035
],
[
-69.824825274,
24.308687625
],
[
-69.882101726,
24.301178262
],
[
-69.939788056,
24.304076775
],
[
-69.995679917,
24.317273004
],
[
-70.047640174,
24.340262849
],
[
-70.454480318,
24.567462139
],
[
-70.466063722,
24.575445015
],
[
-70.478450118,
24.582340477
],
[
-70.853018669,
24.839725617
],
[
-71.256697847,
25.068441584
]
]
],
[
[
[
-78.895583216,
27.54568576
],
[
-78.902133963,
27.598768441
],
[
-78.897076014,
27.651909187
],
[
-78.880589042,
27.703065339
],
[
-78.853293788,
27.750268368
],
[
-78.816230195,
27.791699921
],
[
-78.770818842,
27.825762362
],
[
-78.718806956,
27.851140997
],
[
-78.662200972,
27.866855482
],
[
-78.603188252,
27.872298276
],
[
-78.544051181,
27.867258554
],
[
-78.487077204,
27.851930568
],
[
-78.434468626,
27.826906089
],
[
-78.388256005,
27.793151241
],
[
-78.350218768,
27.751968685
],
[
-78.321816308,
27.70494671
],
[
-78.304132294,
27.653897328
],
[
-78.239822174,
27.373767084
],
[
-78.238818119,
27.365232379
],
[
-78.236566015,
27.356887408
],
[
-78.202041378,
27.136822206
],
[
-78.201664552,
27.128815614
],
[
-78.200077224,
27.120925103
],
[
-78.192819329,
27.040903953
],
[
-78.192858008,
27.038760534
],
[
-78.192470425,
27.036643494
],
[
-78.193339158,
27.012108459
],
[
-78.193782618,
26.987562372
],
[
-78.194282567,
26.985469465
],
[
-78.194358445,
26.983327147
],
[
-78.200498112,
26.959445406
],
[
-78.205947865,
26.936621076
],
[
-78.209857613,
26.91118311
],
[
-78.223646455,
26.859389514
],
[
-78.248325065,
26.811085953
],
[
-78.282935575,
26.768124764
],
[
-78.326143245,
26.732151819
],
[
-78.37628844,
26.704544046
],
[
-78.431450259,
26.686357343
],
[
-78.489519422,
26.678286753
],
[
-78.548277731,
26.680640336
],
[
-78.605481312,
26.693327639
],
[
-78.658944719,
26.715863173
],
[
-78.706622989,
26.747384766
],
[
-78.746688776,
26.786686118
],
[
-78.777601817,
26.832262401
],
[
-78.798168187,
26.88236726
],
[
-78.80758705,
26.935079145
],
[
-78.805483,
26.988374552
],
[
-78.798031549,
27.038386429
],
[
-78.796542596,
27.044076729
],
[
-78.799082091,
27.070670876
],
[
-78.831973705,
27.274193374
],
[
-78.895583216,
27.54568576
]
]
],
[
[
[
-80.010175805,
30.714465941
],
[
-80.009985505,
30.715663754
],
[
-80.010053027,
30.716874392
],
[
-79.990888207,
31.059326472
],
[
-79.987669368,
31.078329691
],
[
-79.985655982,
31.097472851
],
[
-79.906815802,
31.455134501
],
[
-79.905386197,
31.459329483
],
[
-79.904764041,
31.463680624
],
[
-79.896680039,
31.48487118
],
[
-79.889378251,
31.506285717
],
[
-79.887034447,
31.510146546
],
[
-79.885449877,
31.514297871
],
[
-79.701556048,
31.872157627
],
[
-79.69569065,
31.881057654
],
[
-79.691109493,
31.890521938
],
[
-79.491701914,
32.208980497
],
[
-79.395946451,
32.482238191
],
[
-79.395114302,
32.483971257
],
[
-79.394660973,
32.485810116
],
[
-79.383282333,
32.508607616
],
[
-79.372263398,
32.531542051
],
[
-79.371054314,
32.533097189
],
[
-79.370193929,
32.53481994
],
[
-79.17668706,
32.835511191
],
[
-79.141402191,
32.879318072
],
[
-79.096794811,
32.916233936
],
[
-79.044579261,
32.944833461
],
[
-78.986769572,
32.964011307
],
[
-78.925600944,
32.973025566
],
[
-78.863441755,
32.971527036
],
[
-78.802699816,
32.959573075
],
[
-78.745726888,
32.937625425
],
[
-78.69472561,
32.906532108
],
[
-78.651662823,
32.867494116
],
[
-78.618192953,
32.822018322
],
[
-78.595594533,
32.771858541
],
[
-78.584722287,
32.718947188
],
[
-78.58597641,
32.665320291
],
[
-78.599289897,
32.613038853
],
[
-78.624133979,
32.564109641
],
[
-78.802603533,
32.289057064
],
[
-78.899436142,
32.017078956
],
[
-78.899824359,
32.016276897
],
[
-78.900030798,
32.01542395
],
[
-78.911730331,
31.991673914
],
[
-78.923250697,
31.967858204
],
[
-78.923811634,
31.967139021
],
[
-78.9242054,
31.966339186
],
[
-79.134534211,
31.633238027
],
[
-79.300434233,
31.313718681
],
[
-79.370045969,
31.00583717
],
[
-79.389901719,
30.6838488
],
[
-79.405717723,
30.37754693
],
[
-79.414403238,
30.32468198
],
[
-79.434621417,
30.27443375
],
[
-79.465581963,
30.228729802
],
[
-79.506086714,
30.189321393
],
[
-79.554576917,
30.157716952
],
[
-79.60919343,
30.13512502
],
[
-79.667847502,
30.12240871
],
[
-79.728299504,
30.120053294
],
[
-79.788242833,
30.128148064
],
[
-79.845390075,
30.146383089
],
[
-79.897558482,
30.174060949
],
[
-79.942751836,
30.210123047
],
[
-79.979235857,
30.253189529
],
[
-80.005604452,
30.301611415
],
[
-80.020834324,
30.353533054
],
[
-80.024325778,
30.406962643
],
[
-80.010175805,
30.714465941
]
]
]
]
},
“loc_10days_precip_tot_in”: “1.39 in”
},
{
“dist_m”: 61656.17743002,
“dist_km”: 61.656177430019994,
“hurr_name”: “ISAIAS”,
“hurr_year”: 2020,
“dist_miles”: 38.31,
“pt_to_hurr”: {
“type”: “LineString”,
“coordinates”: [
[
-79.950863415,
32.721707668
],
[
-79.363680806,
32.461270916
]
]
},
“hurr_buffer”: {
“type”: “MultiPolygon”,
“coordinates”: [
[
[
[
-78.357543403,
24.726694001
],
[
-78.372052144,
24.738479215
],
[
-78.383797612,
24.752628194
],
[
-78.392328106,
24.768597767
],
[
-78.397314963,
24.785774713
],
[
-78.398565315,
24.803499257
],
[
-78.396029691,
24.821090374
],
[
-78.38980413,
24.837871942
],
[
-78.380126704,
24.85319874
],
[
-78.367368552,
24.866481292
],
[
-78.352019733,
24.87720859
],
[
-78.334670425,
24.884967824
],
[
-78.315988201,
24.889460327
],
[
-78.296692242,
24.890513127
],
[
-78.27752551,
24.888085651
],
[
-78.259225978,
24.882271292
],
[
-78.242498058,
24.873293812
],
[
-77.942464718,
24.673271276
],
[
-77.647676564,
24.476751797
],
[
-77.453336464,
24.379547627
],
[
-77.450175861,
24.377572623
],
[
-77.446784868,
24.375956209
],
[
-76.946621071,
24.075819966
],
[
-76.939359153,
24.070439863
],
[
-76.932060813,
24.065102458
],
[
-76.931856315,
24.064880568
],
[
-76.931610251,
24.064698232
],
[
-76.925621478,
24.058115063
],
[
-76.919587918,
24.051567164
],
[
-76.627685717,
23.662195141
],
[
-76.238698851,
23.370285285
],
[
-76.233854034,
23.365840821
],
[
-76.228746222,
23.361657986
],
[
-75.828863331,
22.961630699
],
[
-75.429097681,
22.561721796
],
[
-75.033006442,
22.165502813
],
[
-74.540565841,
21.771438541
],
[
-73.944254673,
21.373791768
],
[
-73.347241859,
20.975695425
],
[
-72.655044729,
20.580139942
],
[
-71.962427522,
20.283246819
],
[
-71.164372297,
19.983957939
],
[
-71.147767499,
19.975819303
],
[
-71.133170707,
19.964766189
],
[
-71.121143062,
19.951223854
],
[
-71.112146528,
19.935713196
],
[
-71.106526182,
19.918830669
],
[
-71.104497052,
19.901225296
],
[
-71.106136,
19.883573697
],
[
-71.11137894,
19.866554076
],
[
-71.120023464,
19.850820181
],
[
-71.131736768,
19.836976226
],
[
-71.146068524,
19.825553737
],
[
-71.16246822,
19.816991203
],
[
-71.180306273,
19.811617294
],
[
-71.198898129,
19.809638286
],
[
-71.217530424,
19.811130177
],
[
-71.235488228,
19.816035768
],
[
-72.03521473,
20.115886334
],
[
-72.037433911,
20.116962026
],
[
-72.039794255,
20.117724421
],
[
-72.739480815,
20.417579819
],
[
-72.744541927,
20.420331241
],
[
-72.749806019,
20.422719955
],
[
-73.44967955,
20.822543741
],
[
-73.452561528,
20.824570239
],
[
-73.455683333,
20.82625227
],
[
-74.055527825,
21.226084584
],
[
-74.055680749,
21.226208893
],
[
-74.055856128,
21.226303426
],
[
-74.655696124,
21.626136643
],
[
-74.65906199,
21.628871803
],
[
-74.662712703,
21.631263953
],
[
-75.162653239,
22.031105517
],
[
-75.16651115,
22.034847946
],
[
-75.170681699,
22.038284176
],
[
-75.570728111,
22.438140036
],
[
-75.570832832,
22.438267331
],
[
-75.570961726,
22.438373546
],
[
-75.971007871,
22.838227669
],
[
-75.971115084,
22.838357979
],
[
-75.97124709,
22.838466779
],
[
-76.366641101,
23.233686293
],
[
-76.761171922,
23.529573691
],
[
-76.764324738,
23.532445072
],
[
-76.76778702,
23.534991592
],
[
-76.771145102,
23.538656064
],
[
-76.774845488,
23.542025516
],
[
-76.777335438,
23.545410566
],
[
-76.780197402,
23.548533082
],
[
-77.069395175,
23.93385051
],
[
-77.549963126,
24.222122645
],
[
-77.746482574,
24.320398659
],
[
-77.751836855,
24.323733438
],
[
-77.75741363,
24.326741232
],
[
-78.057380284,
24.526652895
],
[
-78.057472147,
24.526727539
],
[
-78.057577832,
24.526784552
],
[
-78.357543403,
24.726694001
]
]
],
[
[
[
-79.601558489,
31.923014685
],
[
-79.59943488,
31.928193252
],
[
-79.597766022,
31.93350067
],
[
-79.198489756,
32.833711868
],
[
-79.196012342,
32.837952786
],
[
-79.193997651,
32.842376457
],
[
-78.606603929,
33.823075048
],
[
-78.606689445,
33.900883684
],
[
-78.60616081,
33.905521273
],
[
-78.606145076,
33.910185419
],
[
-78.605148264,
33.914403471
],
[
-78.604659465,
33.918690986
],
[
-78.60308299,
33.923141905
],
[
-78.602004539,
33.927704506
],
[
-78.203058986,
35.027929515
],
[
-78.194851282,
35.044396524
],
[
-78.182992709,
35.059158131
],
[
-78.167938081,
35.071646343
],
[
-78.150265931,
35.081380458
],
[
-78.130656278,
35.087985658
],
[
-78.109864359,
35.091207529
],
[
-78.088691356,
35.090921926
],
[
-78.067953276,
35.087139794
],
[
-78.048449232,
35.08000675
],
[
-78.030930407,
35.069797451
],
[
-78.01607093,
35.056904951
],
[
-78.004441836,
35.041825489
],
[
-77.996489125,
35.025139297
],
[
-77.99251676,
35.007488193
],
[
-77.992675239,
34.989550825
],
[
-77.996956144,
34.972016543
],
[
-78.393329518,
33.885328832
],
[
-78.3934239,
33.799057282
],
[
-78.393867109,
33.795241589
],
[
-78.393807646,
33.791403244
],
[
-78.394898548,
33.786361037
],
[
-78.395491649,
33.781254131
],
[
-78.396795323,
33.777593141
],
[
-78.397610219,
33.773825909
],
[
-78.399829162,
33.769072615
],
[
-78.40157363,
33.76417273
],
[
-78.403687256,
33.760807064
],
[
-78.405344765,
33.757255654
],
[
-79.003520072,
32.761803119
],
[
-79.400028902,
31.871586827
],
[
-79.599075485,
31.177032971
],
[
-79.605914161,
31.160290007
],
[
-79.61636301,
31.145073936
],
[
-79.630019523,
31.131968916
],
[
-79.646358641,
31.121477876
],
[
-79.664752971,
31.114003295
],
[
-79.684496816,
31.109831836
],
[
-79.704833115,
31.10912342
],
[
-79.724982282,
31.111905137
],
[
-79.744171873,
31.118070228
],
[
-79.761665985,
31.127382162
],
[
-79.776793303,
31.139483672
],
[
-79.788972751,
31.153910392
],
[
-79.797735781,
31.1701086
],
[
-79.802744453,
31.187456391
],
[
-79.803804604,
31.20528749
],
[
-79.800873558,
31.222916795
],
[
-79.601558489,
31.923014685
]
]
]
]
},
“loc_10days_precip_tot_in”: “2.38 in”
},
{
“dist_m”: 68617.9991775,
“dist_km”: 68.6179991775,
“hurr_name”: “IAN”,
“hurr_year”: 2022,
“dist_miles”: 42.64,
“pt_to_hurr”: {
“type”: “LineString”,
“coordinates”: [
[
-79.950863415,
32.721707668
],
[
-79.23158669,
32.842426715
]
]
},
“hurr_buffer”: {
“type”: “MultiPolygon”,
“coordinates”: [
[
[
[
-79.777923808,
29.260290719
],
[
-79.487887152,
29.647476341
],
[
-79.297697756,
29.93305646
],
[
-79.202051201,
30.317235961
],
[
-79.104496957,
30.807722051
],
[
-79.105255348,
31.496778012
],
[
-79.20608712,
32.690493382
],
[
-79.306265953,
33.287385952
],
[
-79.30658601,
33.293679856
],
[
-79.307329322,
33.299948489
],
[
-79.307034204,
33.302492701
],
[
-79.307164098,
33.305046626
],
[
-79.30601568,
33.31127201
],
[
-79.305288128,
33.317541939
],
[
-79.304407333,
33.319988888
],
[
-79.303941174,
33.322514995
],
[
-79.30136757,
33.328432516
],
[
-79.299196273,
33.334462663
],
[
-79.298286226,
33.335895183
],
[
-79.307798705,
33.698067618
],
[
-79.306188254,
33.715691949
],
[
-79.300492751,
33.732714778
],
[
-79.290928973,
33.748481323
],
[
-79.277863038,
33.762384805
],
[
-79.261796555,
33.773889894
],
[
-79.243347426,
33.782553442
],
[
-79.223226027,
33.78804167
],
[
-79.202207701,
33.790143119
],
[
-79.181102641,
33.788776866
],
[
-79.160724375,
33.783995657
],
[
-79.141858125,
33.775983843
],
[
-79.125230309,
33.765050205
],
[
-79.111480415,
33.751615943
],
[
-79.101136347,
33.73619834
],
[
-79.094594221,
33.719390725
],
[
-79.092103356,
33.701839543
],
[
-79.08258948,
33.301846666
],
[
-79.082678116,
33.300896791
],
[
-79.08256812,
33.299948492
],
[
-79.083499392,
33.292094321
],
[
-79.084233387,
33.284225407
],
[
-79.084540911,
33.283308295
],
[
-79.084653287,
33.282360191
],
[
-79.087354318,
33.274908938
],
[
-78.994347283,
32.712463993
],
[
-78.99420163,
32.70938607
],
[
-78.993591915,
32.706349123
],
[
-78.895002064,
31.506322094
],
[
-78.895108442,
31.503124294
],
[
-78.894746714,
31.499940242
],
[
-78.895517995,
30.79997357
],
[
-78.896404896,
30.792258968
],
[
-78.897074828,
30.784528059
],
[
-78.997551691,
30.284628647
],
[
-78.998159466,
30.282721661
],
[
-78.998426148,
30.280756653
],
[
-79.098781796,
29.880850073
],
[
-79.100662438,
29.875777326
],
[
-79.10208254,
29.87059204
],
[
-79.103774098,
29.867382799
],
[
-79.105019662,
29.864022109
],
[
-79.107998914,
29.859366375
],
[
-79.110551621,
29.854521978
],
[
-79.310786104,
29.554663048
],
[
-79.312488226,
29.552600458
],
[
-79.313844186,
29.550350242
],
[
-79.613944329,
29.150548329
],
[
-79.616851997,
29.14738229
],
[
-79.619360378,
29.143963221
],
[
-79.62316004,
29.140512807
],
[
-79.626590656,
29.136776326
],
[
-79.630145275,
29.13416871
],
[
-79.633364488,
29.131244576
],
[
-80.033302695,
28.831436818
],
[
-80.049774917,
28.821307144
],
[
-80.068172094,
28.814199583
],
[
-80.087788601,
28.810386682
],
[
-80.107872384,
28.810014652
],
[
-80.127653593,
28.813097798
],
[
-80.146373873,
28.819517966
],
[
-80.163315223,
28.829029039
],
[
-80.177827386,
28.841266296
],
[
-80.189352707,
28.855760317
],
[
-80.197447564,
28.87195489
],
[
-80.201799518,
28.889228267
],
[
-80.202239523,
28.906916969
],
[
-80.198748701,
28.924341227
],
[
-80.191459363,
28.940831107
],
[
-80.180650205,
28.955752306
],
[
-80.166735822,
28.968530617
],
[
-79.777923808,
29.260290719
]
]
],
[
[
[
-80.876033915,
28.060025357
],
[
-80.861375161,
28.07202903
],
[
-80.844355021,
28.081263336
],
[
-80.825628437,
28.087372673
],
[
-80.805916507,
28.090121733
],
[
-80.785978556,
28.089404624
],
[
-80.766582672,
28.085248983
],
[
-80.748475908,
28.077814896
],
[
-80.73235531,
28.067388689
],
[
-80.718840946,
28.054371826
],
[
-80.708451993,
28.039265362
],
[
-80.701586814,
28.022650555
],
[
-80.698507783,
28.005166427
],
[
-80.699331426,
27.987485119
],
[
-80.704024216,
27.970286031
],
[
-80.71240415,
27.954229728
],
[
-80.724147993,
27.939932609
],
[
-81.024117447,
27.640095691
],
[
-81.038700289,
27.628073928
],
[
-81.055633346,
27.618814997
],
[
-81.074266724,
27.612673992
],
[
-81.093885749,
27.609886382
],
[
-81.113738223,
27.610559039
],
[
-81.133063063,
27.614666169
],
[
-81.151119274,
27.622050296
],
[
-81.167214174,
27.632428259
],
[
-81.180729831,
27.645402002
],
[
-81.191146717,
27.660473758
],
[
-81.198063698,
27.677065053
],
[
-81.201213565,
27.694538829
],
[
-81.200473516,
27.712223841
],
[
-81.195870141,
27.729440412
],
[
-81.187578682,
27.745526562
],
[
-81.175916554,
27.759863499
],
[
-80.876033915,
28.060025357
]
]
],
[
[
[
-83.289378577,
20.167975181
],
[
-83.294282322,
20.18506102
],
[
-83.295562302,
20.202721754
],
[
-83.293168132,
20.220278888
],
[
-83.2871906,
20.237057681
],
[
-83.277858363,
20.252413083
],
[
-83.265529322,
20.26575456
],
[
-83.250676983,
20.276568855
],
[
-83.233872305,
20.284439797
],
[
-83.215761729,
20.289064382
],
[
-83.197042239,
20.2902645
],
[
-83.178434421,
20.287993841
],
[
-83.160654587,
20.282339702
],
[
-83.144387061,
20.273519627
],
[
-83.130257718,
20.261873005
],
[
-83.118809819,
20.247847962
],
[
-83.110483099,
20.231984056
],
[
-82.913411407,
19.73854354
],
[
-82.61731615,
19.244718919
],
[
-82.317686965,
18.744829683
],
[
-82.021041838,
18.250147395
],
[
-81.624995053,
17.754856154
],
[
-81.615270677,
17.739785964
],
[
-81.608802705,
17.723187116
],
[
-81.605838927,
17.705697844
],
[
-81.606492253,
17.687990437
],
[
-81.610736528,
17.670745378
],
[
-81.618407699,
17.654625194
],
[
-81.629210257,
17.640249025
],
[
-81.642728705,
17.628168885
],
[
-81.658443577,
17.618848516
],
[
-81.675751392,
17.612645644
],
[
-81.693987782,
17.609798294
],
[
-81.712452908,
17.610415699
],
[
-81.730438205,
17.61447413
],
[
-81.747253457,
17.621817807
],
[
-81.762253177,
17.63216486
],
[
-81.774861305,
17.645118107
],
[
-82.174956996,
18.144962672
],
[
-82.178339708,
18.150156938
],
[
-82.182046978,
18.155144699
],
[
-82.482237755,
18.655007299
],
[
-82.482303181,
18.655145719
],
[
-82.482395245,
18.655269606
],
[
-82.78246577,
19.155126461
],
[
-82.782526695,
19.155255456
],
[
-82.782612553,
19.155370932
],
[
-83.082806941,
19.655221961
],
[
-83.085875659,
19.661717781
],
[
-83.089207131,
19.668096417
],
[
-83.289378577,
20.167975181
]
]
]
]
},
“loc_10days_precip_tot_in”: “3.84 in”
},
{
“dist_m”: 78636.52261658,
“dist_km”: 78.63652261658,
“hurr_name”: “DORIAN”,
“hurr_year”: 2019,
“dist_miles”: 48.86,
“pt_to_hurr”: {
“type”: “LineString”,
“coordinates”: [
[
-79.950863415,
32.721707668
],
[
-79.11226888,
32.707406302
]
]
},
“hurr_buffer”: {
“type”: “MultiPolygon”,
“coordinates”: [
[
[
[
-78.594325937,
33.176506189
],
[
-78.587606844,
33.180709206
],
[
-78.581511832,
33.1855491
],
[
-78.030802004,
33.541923769
],
[
-77.550591597,
33.865522346
],
[
-77.043375927,
34.234093587
],
[
-76.464550322,
34.680853614
],
[
-75.864239355,
35.218410044
],
[
-75.768686337,
35.314207199
],
[
-75.767282837,
35.315362067
],
[
-75.766148342,
35.316701893
],
[
-75.752012631,
35.327923799
],
[
-75.738117592,
35.339348966
],
[
-75.736468947,
35.340257666
],
[
-75.735039839,
35.341391355
],
[
-75.012052754,
35.807253685
],
[
-74.998314829,
35.814364726
],
[
-74.985016442,
35.822018911
],
[
-73.808227514,
36.357204506
],
[
-72.581016954,
36.924494428
],
[
-71.32611616,
37.549624011
],
[
-70.155188163,
38.236074223
],
[
-69.066122829,
39.025490981
],
[
-68.077726252,
39.924197794
],
[
-67.08698611,
40.910820098
],
[
-67.080979143,
40.915626027
],
[
-67.075792656,
40.920954862
],
[
-65.902237859,
41.886059003
],
[
-65.866846356,
41.909428892
],
[
-65.826007932,
41.927171936
],
[
-65.781299593,
41.938601333
],
[
-65.734451579,
41.943274395
],
[
-65.687279011,
41.941010096
],
[
-65.641609864,
41.931896246
],
[
-65.59921238,
41.916286
],
[
-65.561725091,
41.894783833
],
[
-65.53059244,
41.868221607
],
[
-65.507008697,
41.837625749
],
[
-65.49187242,
41.804176943
],
[
-65.485753124,
41.769164009
],
[
-65.488871271,
41.733933862
],
[
-65.501092047,
41.699839546
],
[
-65.521932818,
41.668188374
],
[
-65.550583634,
41.640192134
],
[
-66.719056265,
40.683647412
],
[
-67.711139186,
39.701011421
],
[
-67.716172225,
39.696846057
],
[
-67.720445283,
39.692200039
],
[
-68.724731048,
38.783282815
],
[
-68.735598416,
38.77505243
],
[
-68.745759986,
38.76628502
],
[
-69.855679709,
37.964427403
],
[
-69.866767178,
37.957740625
],
[
-69.877201998,
37.950421423
],
[
-71.065824204,
37.255275442
],
[
-71.074905595,
37.250896314
],
[
-71.08338323,
37.245795903
],
[
-72.349001126,
36.616533016
],
[
-72.354098346,
36.614477554
],
[
-72.358776419,
36.611846522
],
[
-73.589865632,
36.043736293
],
[
-73.592290048,
36.042839456
],
[
-73.594492234,
36.041617374
],
[
-74.756211002,
35.514296142
],
[
-75.446876901,
35.070464405
],
[
-75.531854552,
34.985640813
],
[
-75.536698857,
34.98165901
],
[
-75.540860583,
34.977181131
],
[
-76.152538852,
34.431623181
],
[
-76.159418065,
34.426522823
],
[
-76.165576918,
34.420818979
],
[
-76.754121995,
33.9680552
],
[
-76.757469985,
33.965921936
],
[
-76.760382483,
33.96337803
],
[
-77.274137489,
33.591158491
],
[
-77.278106287,
33.588786023
],
[
-77.281611895,
33.585940689
],
[
-77.767444917,
33.259433621
],
[
-77.769929746,
33.258062589
],
[
-77.772112209,
33.256360816
],
[
-78.317902971,
32.904105619
],
[
-78.758895172,
32.566625076
],
[
-78.792556945,
32.545334131
],
[
-78.830325585,
32.529977458
],
[
-78.8707558,
32.521141434
],
[
-78.912302688,
32.519163147
],
[
-78.953379772,
32.524117815
],
[
-78.992418443,
32.535816019
],
[
-79.027926734,
32.553810832
],
[
-79.05854541,
32.5774146
],
[
-79.083099391,
32.605724784
],
[
-79.100642657,
32.637657958
],
[
-79.110494962,
32.671990754
],
[
-79.11226888,
32.707406302
],
[
-79.105886026,
32.742544446
],
[
-79.091581619,
32.776053876
],
[
-79.069896978,
32.806644208
],
[
-79.041660018,
32.833135965
],
[
-78.594325937,
33.176506189
]
]
],
[
[
[
-70.007937014,
24.424112314
],
[
-70.036255083,
24.447985029
],
[
-70.059080398,
24.476636909
],
[
-70.075533864,
24.508970541
],
[
-70.084978636,
24.543746379
],
[
-70.087045272,
24.57962992
],
[
-70.081646909,
24.615242694
],
[
-70.068983739,
24.649215155
],
[
-70.049536417,
24.680239453
],
[
-70.024048515,
24.707120046
],
[
-69.993498533,
24.728820144
],
[
-69.959062454,
24.744502131
],
[
-69.922068256,
24.75356032
],
[
-69.883944173,
24.755644698
],
[
-69.846162803,
24.750674669
],
[
-69.810183362,
24.738842227
],
[
-69.777394482,
24.720604426
],
[
-69.384309333,
24.447750232
],
[
-69.382481919,
24.446189375
],
[
-69.380398695,
24.44494614
],
[
-69.368411901,
24.434168777
],
[
-69.356141131,
24.423681138
],
[
-69.354673553,
24.421811685
],
[
-69.35288969,
24.420206789
],
[
-69.003164004,
24.034553169
],
[
-69.001486256,
24.032271513
],
[
-68.999433229,
24.030285746
],
[
-68.659475037,
23.626864
],
[
-68.263884096,
23.286587036
],
[
-68.238599114,
23.259933483
],
[
-68.219253739,
23.22905568
],
[
-68.206588058,
23.195143509
],
[
-68.201083309,
23.159502552
],
[
-68.202944226,
23.12350356
],
[
-68.212092219,
23.088529614
],
[
-68.228169464,
23.055923031
],
[
-68.250553606,
23.026934041
],
[
-68.278382353,
23.002673175
],
[
-68.310586918,
22.984069118
],
[
-68.345932988,
22.97183357
],
[
-68.383067657,
22.966434391
],
[
-68.420570594,
22.968077966
],
[
-68.457007614,
22.976701449
],
[
-68.490984726,
22.991975125
],
[
-68.521200766,
23.013314829
],
[
-68.928443488,
23.362789234
],
[
-68.939167208,
23.373929524
],
[
-68.950251857,
23.384742591
],
[
-69.298708867,
23.796922333
],
[
-69.632701518,
24.164145726
],
[
-70.007937014,
24.424112314
]
]
],
[
[
[
-79.882694608,
29.777845952
],
[
-79.885419139,
29.792781581
],
[
-79.905856466,
30.085264041
],
[
-79.90579929,
30.086648134
],
[
-79.906026337,
30.088013488
],
[
-79.921713807,
30.38044367
],
[
-79.919655349,
30.41599091
],
[
-79.9097264,
30.45064167
],
[
-79.892299843,
30.483062683
],
[
-79.868038794,
30.512004924
],
[
-79.837872125,
30.536352084
],
[
-79.802959314,
30.555164083
],
[
-79.764645867,
30.567713884
],
[
-79.724411028,
30.573516057
],
[
-79.683809885,
30.572345919
],
[
-79.644412234,
30.564248434
],
[
-79.607740799,
30.549536482
],
[
-79.575211372,
30.528778572
],
[
-79.548077411,
30.502776519
],
[
-79.527381359,
30.472533993
],
[
-79.513914641,
30.439217277
],
[
-79.508187859,
30.404109822
],
[
-79.493913648,
30.112930298
],
[
-79.475875754,
29.836868469
],
[
-79.40479034,
29.562086322
],
[
-79.23961515,
29.242333249
],
[
-79.021383109,
28.890416175
],
[
-79.02067464,
28.888934707
],
[
-79.019680306,
28.887594671
],
[
-78.805173461,
28.522239855
],
[
-78.804360745,
28.520428808
],
[
-78.803206558,
28.518778772
],
[
-78.618713575,
28.183419885
],
[
-78.616490369,
28.178073281
],
[
-78.613492606,
28.173055172
],
[
-78.491578263,
27.907786806
],
[
-78.488660335,
27.899039151
],
[
-78.484828465,
27.890600157
],
[
-78.407480479,
27.655478737
],
[
-78.400082749,
27.6205459
],
[
-78.400373128,
27.584829153
],
[
-78.408332009,
27.549701428
],
[
-78.423645538,
27.516511424
],
[
-78.44571889,
27.486531967
],
[
-78.473700079,
27.460911506
],
[
-78.506513255,
27.440630529
],
[
-78.54290012,
27.426464505
],
[
-78.581467873,
27.418954675
],
[
-78.620741893,
27.418387727
],
[
-78.65922128,
27.424785067
],
[
-78.695435265,
27.437902054
],
[
-78.727998529,
27.45723722
],
[
-78.75566348,
27.482051149
],
[
-78.777367614,
27.511394344
],
[
-78.792274241,
27.544143099
],
[
-78.867520109,
27.77020076
],
[
-78.983903959,
28.021340745
],
[
-79.165504999,
28.349201447
],
[
-79.379075104,
28.710660458
],
[
-79.601041491,
29.066411047
],
[
-79.604124928,
29.072732637
],
[
-79.608044162,
29.078663217
],
[
-79.786158476,
29.420788645
],
[
-79.786422846,
29.421462192
],
[
-79.786825875,
29.422077157
],
[
-79.792977298,
29.438156643
],
[
-79.799275096,
29.454189089
],
[
-79.799385341,
29.454898215
],
[
-79.799643933,
29.455573623
],
[
-79.8804637,
29.76283744
],
[
-79.882694608,
29.777845952
]
]
]
]
},
“loc_10days_precip_tot_in”: “5.62 in”
}
]
}
Common Use Cases
- Real Estate Applications: Determine how close properties are to the coast.
- Environmental Analysis: Assess vulnerability to coastal hazards.
- Insurance Risk Analysis: Determine physical property risks.
- Travel and Logistics: Plan routes or stops based on proximity to the coast.
Tips for Efficient Use
- Use geographic coordinates (
lat
,lon
) for more accurate results. - Enable
perf
only if you need performance metrics. - Test queries with different configurations of
dist_lines
andanno
to customize the response. - Use
override_buffer
andoverride_buffer_meters
to model the hurricane buffer shape to bigger or smaller depending on need - Use
max_distance
to set the maximum search distance to search for buffered hurricane shapes
This API is an excellent tool for various geospatial analysis needs. With its simple input structure and detailed response, it’s easy to integrate into your applications or workflow