Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A list of all the scale and offset parameters for each raster dataset in Google Earth Engine.

License

NotificationsYou must be signed in to change notification settings

davemlz/ee-catalog-scale-offset-params

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

update_list

A list of all the scale and offset parameters for each raster dataset in Google Earth Engine.

Scale and Offset Parameters

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.

Structure

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.

List

Check the full list of scale and offset parametershere.

Download Raw Files

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...):

Updates

The list is updated every day from theGoogle Earth Engine STAC by using GitHub Actions.

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp