Skip to contents

This function will extract the shapefile saved in the NETCDF by the function TNETutils_createNETCDF()

Usage

TNETresult_readShape(file)

Arguments

file

Path to the NetCDF to read the shapefile from

Value

sf object

Examples

TNETresult_readShape("path/to/NetCDF.nc")
#> Error in R_nc4_open: No such file or directory
#> Error in nc_open(file): Error in nc_open trying to open file path/to/NetCDF.nc (return_on_error= FALSE )