LULC2020: Data for Land Use and Landcover for year 2020 in La Tigra...

Description Usage Format Source References Examples

Description

Data for Land Use and Landcover for year 2020 in La Tigra National Park, Honduras

Usage

1

Format

Simple feature collection with 8 features and 3 fields:

Source

Machine learning spatial prediction for land use an landcover using Sentinel-2 Images for 2020.

References

https://www.amitigra.com/

Examples

1
2
3
4
5
  if (requireNamespace("sf", quietly = TRUE)) {
    library(sf)
    data(LULC2020)
    plot(LULC2020[2], axes=TRUE)
  }

klauswiese/pnlt documentation built on Dec. 21, 2021, 7:37 a.m.