You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with the ReadLandsat8 function. I am trying to read the product ‘LC08_L1TP_188034_20240618_02_RT’ downloaded via EarthExplorer. The problem is that when I run:
setwd("C:/QGIS/Raster")
product <- "LC08_L1TP_188034_20240618_20240618_02_RT"
l <- ReadLandsat8(product)
I get the following error:
Error in .rowNamesDF<-(x, value = value) :
duplicate ‘row.names’ are not allowed
In addition: Warning message:
non-unique values when setting 'row.names': ‘collection_category’, ‘datum’, ‘digital_object_identifier’, ‘ellipsoid’, ‘file_name_angle_coefficient’, ‘file_name_angle_sensor_azimuth_band_4’, ‘file_name_angle_sensor_zenith_band_4’, ‘file_name_angle_solar_azimuth_band_4’, ‘file_name_angle_solar_zenith_band_4’, ‘file_name_band_1’, ‘file_name_band_10’, ‘file_name_band_11’, ‘file_name_band_2’, ‘file_name_band_3’, ‘file_name_band_4’, ‘file_name_band_5’, ‘file_name_band_6’, ‘file_name_band_7’, ‘file_name_band_8’, ‘file_name_band_9’, ‘file_name_metadata_odl’, ‘file_name_metadata_xml’, ‘file_name_quality_l1_pixel’, ‘file_name_quality_l1_radiometric_saturation’, ‘grid_cell_size_panchromatic’, ‘grid_cell_size_reflective’, ‘grid_cell_size_thermal’, ‘landsat_product_id’, ‘map_projection’, ‘orientation’, ‘origin’, ‘output_format’, ‘processing_level’, ‘utm_zone’.
I think it may stem from an error in reading the metadata. Could someone kindly help me?
P.S. I'm using RStudio on Windows 11 - 64 bit.
Giovanni
The text was updated successfully, but these errors were encountered:
Hello to everyone,
I have a problem with the ReadLandsat8 function. I am trying to read the product ‘LC08_L1TP_188034_20240618_02_RT’ downloaded via EarthExplorer. The problem is that when I run:
I get the following error:
Error in .rowNamesDF<-(x, value = value) :
duplicate ‘row.names’ are not allowed
In addition: Warning message:
non-unique values when setting 'row.names': ‘collection_category’, ‘datum’, ‘digital_object_identifier’, ‘ellipsoid’, ‘file_name_angle_coefficient’, ‘file_name_angle_sensor_azimuth_band_4’, ‘file_name_angle_sensor_zenith_band_4’, ‘file_name_angle_solar_azimuth_band_4’, ‘file_name_angle_solar_zenith_band_4’, ‘file_name_band_1’, ‘file_name_band_10’, ‘file_name_band_11’, ‘file_name_band_2’, ‘file_name_band_3’, ‘file_name_band_4’, ‘file_name_band_5’, ‘file_name_band_6’, ‘file_name_band_7’, ‘file_name_band_8’, ‘file_name_band_9’, ‘file_name_metadata_odl’, ‘file_name_metadata_xml’, ‘file_name_quality_l1_pixel’, ‘file_name_quality_l1_radiometric_saturation’, ‘grid_cell_size_panchromatic’, ‘grid_cell_size_reflective’, ‘grid_cell_size_thermal’, ‘landsat_product_id’, ‘map_projection’, ‘orientation’, ‘origin’, ‘output_format’, ‘processing_level’, ‘utm_zone’.
I think it may stem from an error in reading the metadata. Could someone kindly help me?
P.S. I'm using RStudio on Windows 11 - 64 bit.
Giovanni
The text was updated successfully, but these errors were encountered: