GithubHelp home page GithubHelp logo

davemlz / ee-catalog-scale-offset-params Goto Github PK

View Code? Open in Web Editor NEW
8.0 3.0 0.0 178 KB

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

License: MIT License

earth-engine google-earth-engine remote-sensing stac catalog offset-parameters scale python python3 gis

ee-catalog-scale-offset-params's Introduction

List of Scale and Offset parameters of the GEE Catalog

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 the ee-catalog-scale-offset-parameters.json file. This list will be be used by the eemont Python package for the .scale() method in ee.Image and ee.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'
        },
        ...
    },
    ...
}

The scale and offset parameters for each band are the gee:scale and gee:offset keys for each one of the bands in the eo:bands key of the raster datasets in the Google Earth Engine STAC.

If a specific band doesn't have the gee:scale attribute, the scale attribute is set as 1.0, while the offset attribute is set to 0.0 if the gee:offset attribute doesn't exist.

If a raster dataset doesn't have bands in the eo:bands attribute, the dataset is not included in this list.

List

Check the full list of scale and offset parameters here.

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 the Google Earth Engine STAC by using GitHub Actions.

ee-catalog-scale-offset-params's People

Contributors

actions-user avatar davemlz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.