- Notifications
You must be signed in to change notification settings - Fork0
A list of all the scale and offset parameters for each raster dataset in Google Earth Engine.
License
davemlz/ee-catalog-scale-offset-params
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A list of all the scale and offset parameters for each raster dataset in Google Earth Engine.
The list of scale and offset parameters for each raster dataset (check the list here) is presented in theee-catalog-scale-offset-parameters.json
file. This list will be be used by theeemont Python package for the.scale()
method inee.Image
andee.ImageCollection
extensions.
The structure of the list follows this standard:
{ ...,'dataset_id': {'band1_name': {'scale':'scale_value','offset':'offset_value' },'band2_name': {'scale':'scale_value','offset':'offset_value' }, ... }, ...}
Thescale
andoffset
parameters for each band are thegee:scale
andgee:offset
keys for each one of the bands in theeo:bands
key of the raster datasets in theGoogle Earth Engine STAC.
If a specific band doesn't have thegee:scale
attribute, thescale
attribute is set as1.0
, while theoffset
attribute is set to0.0
if thegee:offset
attribute doesn't exist.
If a raster dataset doesn't have bands in theeo:bands
attribute, the dataset is not included in this list.
Check the full list of scale and offset parametershere.
You can download or clone the repository:
git clone https://github.com/davemlz/ee-catalog-scale-offset-params.git
Or you can download the single file here (right-click > Save link as...):
- json file:Raw list.
The list is updated every day from theGoogle Earth Engine STAC by using GitHub Actions.
About
A list of all the scale and offset parameters for each raster dataset in Google Earth Engine.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.