SSA-Statistical-Team-Projects / GeoLink

GeoLink package
0 stars 1 forks source link

geolink_landcover() #33

Open dasalm20 opened 3 weeks ago

dasalm20 commented 3 weeks ago

Hi,

I have tested the landcover function using the code below for the area of Lagos, Nigeria and it returned a data.frame with all NA values and no-shapefile columns.

Code: test_dt <- geolink_landcover(time_unit, start_date = "2020-01-01", end_date = "2020-03-01", shp_dt = shp_dt[shp_dt$ADM1_PCODE == "NG025",])

output:

Screenshot 2024-06-13 at 9 42 13 PM