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
In geog-414\book\gee\06_data_analysis.ipynb, there are several references to Landsat 8 Collection 1, for example:
'LANDSAT/LC08/C01/T1_SR'
'LANDSAT/LC08/C01/T1/LC08_044034_20140318'
'LANDSAT/LC08/C01/T1_TOA'
'LANDSAT/LC08/C01/T1'
These all throw errors indicating there is no longer any access
In searching the Earth Engine Data Catalog at https://developers.google.com/earth-engine/datasets/catalog/ for anything with the LANDSAT/LC08/C01/ prefix, there are no data sets available for this collection anymore. Replacing /C01/ with /C02/ works in most cases, but C02/T1_SR is also no longer available, so this might be C02/T1 or something like that.
The text was updated successfully, but these errors were encountered:
In geog-414\book\gee\06_data_analysis.ipynb, there are several references to Landsat 8 Collection 1, for example:
These all throw errors indicating there is no longer any access
In searching the Earth Engine Data Catalog at https://developers.google.com/earth-engine/datasets/catalog/ for anything with the LANDSAT/LC08/C01/ prefix, there are no data sets available for this collection anymore. Replacing /C01/ with /C02/ works in most cases, but C02/T1_SR is also no longer available, so this might be C02/T1 or something like that.
The text was updated successfully, but these errors were encountered: