Hi,
I am working with weather data and want to use USA Weather Watches and Warnings from ESRI Living Atlas in an RStudio. The issue is that I can't figure out how to get into the data in the feature class. Any help in how to use this in R will be greatly appreciated.
Thank you
#Library
library(arcgisbinding)
arc.check_product()
#Weather Event Classification
Event <- arc.open('https://services9.arcgis.com/RHVPKKiFTONKtxq3/arcgis/rest/services/NWS_Watches_Warnings_v1/FeatureServer')
> Event@children
$FeatureClass
[1] "L1Public_Forecast_Zones"
[2] "L2Fire_Forecast_Zones"
[3] "L3US_Counties"
[4] "L4US_States_and_Territories"
[5] "L5Coastal_and_Offshore_Marine_Zones"
[6] "L6Events_Ordered_by_Size_and_Severity"
[7] "L8Extreme_Events"