{"id":15547262,"url":"https://github.com/davemlz/ee-catalog-scale-offset-params","last_synced_at":"2025-04-23T18:23:52.692Z","repository":{"id":61518548,"uuid":"356436793","full_name":"davemlz/ee-catalog-scale-offset-params","owner":"davemlz","description":"A list of all the scale and offset parameters for each raster dataset in Google Earth Engine.","archived":false,"fork":false,"pushed_at":"2025-01-15T00:42:57.000Z","size":244,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T02:22:12.657Z","etag":null,"topics":["catalog","earth-engine","geographic-information-systems","gis","google","google-earth-engine","json","landsat","offset-parameters","python","python3","raster","raster-dataset","remote-sensing","satellite-imagery","satellite-imagery-analysis","scale","sentinel","stac"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davemlz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-10T01:20:24.000Z","updated_at":"2025-01-15T00:42:59.000Z","dependencies_parsed_at":"2023-09-22T07:25:52.431Z","dependency_job_id":"df17ccdb-4ba8-4fb9-a67f-d4e382efce77","html_url":"https://github.com/davemlz/ee-catalog-scale-offset-params","commit_stats":{"total_commits":237,"total_committers":2,"mean_commits":118.5,"dds":0.04219409282700426,"last_synced_commit":"b087b8a2dd86b224c54385e2bcf6eedeb68f41da"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davemlz%2Fee-catalog-scale-offset-params","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davemlz%2Fee-catalog-scale-offset-params/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davemlz%2Fee-catalog-scale-offset-params/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davemlz%2Fee-catalog-scale-offset-params/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davemlz","download_url":"https://codeload.github.com/davemlz/ee-catalog-scale-offset-params/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250488395,"owners_count":21438774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["catalog","earth-engine","geographic-information-systems","gis","google","google-earth-engine","json","landsat","offset-parameters","python","python3","raster","raster-dataset","remote-sensing","satellite-imagery","satellite-imagery-analysis","scale","sentinel","stac"],"created_at":"2024-10-02T13:08:13.438Z","updated_at":"2025-04-23T18:23:52.668Z","avatar_url":"https://github.com/davemlz.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# List of Scale and Offset parameters of the GEE Catalog\n\n[![update_list](https://github.com/davemlz/ee-catalog-scale-offset-params/actions/workflows/update_list.yml/badge.svg)](https://github.com/davemlz/ee-catalog-scale-offset-params/actions/workflows/update_list.yml)\n\nA list of all the scale and offset parameters for each raster dataset in Google Earth Engine.\n\n## Scale and Offset Parameters\n\nThe list of scale and offset parameters for each raster dataset ([check the list here](https://github.com/davemlz/ee-catalog-scale-offset-params/blob/main/list/ee-catalog-scale-offset-parameters.json)) is presented in the `ee-catalog-scale-offset-parameters.json` file. This list will be be used by the [eemont Python package](https://github.com/davemlz/eemont) for the `.scale()` method in `ee.Image` and `ee.ImageCollection` extensions.\n\n## Structure\n\nThe structure of the list follows this standard:\n\n```python\n{\n    ...,\n    'dataset_id': {\n        'band1_name': {\n            'scale': 'scale_value',\n            'offset': 'offset_value'\n        },\n        'band2_name': {\n            'scale': 'scale_value',\n            'offset': 'offset_value'\n        },\n        ...\n    },\n    ...\n}\n```\n\nThe `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](https://earthengine-stac.storage.googleapis.com/catalog/catalog.json).\n\nIf 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.\n\nIf a raster dataset doesn't have bands in the `eo:bands` attribute, the dataset is not included in this list.\n\n## List\n\nCheck the full list of scale and offset parameters [here](https://github.com/davemlz/ee-catalog-scale-offset-params/blob/main/list/ee-catalog-scale-offset-parameters.json).\n\n## Download Raw Files\n\nYou can download or clone the repository:\n\n```\ngit clone https://github.com/davemlz/ee-catalog-scale-offset-params.git\n```\n\nOr you can download the single file here (right-click \u003e Save link as...):\n\n- json file: [Raw list](https://raw.githubusercontent.com/davemlz/ee-catalog-scale-offset-params/main/list/ee-catalog-scale-offset-parameters.json).\n\n## Updates\n\nThe list is updated every day from the [Google Earth Engine STAC](https://earthengine-stac.storage.googleapis.com/catalog/catalog.json) by using GitHub Actions.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavemlz%2Fee-catalog-scale-offset-params","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavemlz%2Fee-catalog-scale-offset-params","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavemlz%2Fee-catalog-scale-offset-params/lists"}