{"id":37652034,"url":"https://github.com/stac-extensions/accuracy","last_synced_at":"2026-01-16T11:34:57.889Z","repository":{"id":104522784,"uuid":"465071252","full_name":"stac-extensions/accuracy","owner":"stac-extensions","description":"Fields to provide estimates of accuracy, both geometric and measurement (e.g., radiometric) accuracy.","archived":false,"fork":false,"pushed_at":"2023-12-18T13:39:49.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-01-27T16:38:34.418Z","etag":null,"topics":["stac"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stac-extensions.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2022-03-01T22:03:46.000Z","updated_at":"2022-12-06T22:28:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"df5bd06f-b0d3-4a56-b75c-f812572a4d73","html_url":"https://github.com/stac-extensions/accuracy","commit_stats":{"total_commits":16,"total_committers":2,"mean_commits":8.0,"dds":0.3125,"last_synced_commit":"599d03cb2c1f979d51536eaf93f38e5e2dabbfc9"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":"stac-extensions/template","purl":"pkg:github/stac-extensions/accuracy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stac-extensions%2Faccuracy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stac-extensions%2Faccuracy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stac-extensions%2Faccuracy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stac-extensions%2Faccuracy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stac-extensions","download_url":"https://codeload.github.com/stac-extensions/accuracy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stac-extensions%2Faccuracy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["stac"],"created_at":"2026-01-16T11:34:57.807Z","updated_at":"2026-01-16T11:34:57.872Z","avatar_url":"https://github.com/stac-extensions.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Accuracy Extension Specification\n\n- **Title:** Accuracy\n- **Identifier:** \u003chttps://stac-extensions.github.io/accuracy/v1.0.0-beta.1/schema.json\u003e\n- **Field Name Prefix:** accuracy\n- **Scope:** Item, Collection\n- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Proposal\n- **Owner**: @matthewhanson\n\nThis document explains the Accuracy Extension to the\n[SpatioTemporal Asset Catalog](https://github.com/radiantearth/stac-spec) (STAC) \nspecification. Included are fields to provide estimates of accuracy, both geometric\nand measurement (e.g., radiometric) accuracy.\n\n- Examples:\n  - [Item example](examples/item.json): Example in Item Properties\n  - [Bands in Item Assets example](examples/item-bands.json): Example in Bands in Item Assets (since STAC v1.1)\n  - [Collection example](examples/collection.json): Example in a STAC Collection\n- [JSON Schema](json-schema/schema.json)\n- [Changelog](./CHANGELOG.md)\n\n## Fields\n\nThe fields in the table below can be used in these parts of STAC documents:\n\n- [ ] Catalogs\n- [ ] Collections\n- [x] Item Properties (incl. Summaries in Collections)\n- [x] Assets (for both Collections and Items, incl. Item Asset Definitions in Collections)\n- [ ] Links\n- [x] Bands\n\n| Field Name                    | Type   | Description                                                         |\n| ----------------------------- | ------ | ------------------------------------------------------------------- |\n| accuracy:geometric_x_bias     | number | An estimate of the geometric bias in the x direction.               |\n| accuracy:geometric_y_bias     | number | An estimate of the geometric bias in the y direction.               |\n| accuracy:geometric_x_stddev   | number | An estimate of the geometric standard deviation in the x direction. |\n| accuracy:geometric_y_stddev   | number | An estimate of the geometric standard deviation in the y direction. |\n| accuracy:geometric_rmse       | number | Radial root mean square error (rRMSE), in meters.                   |\n| accuracy:measurement_relative | number | The measurement relative uncertainty, in the measured units.        |\n| accuracy:measurement_absolute | number | The measurement absolute uncertainty, in the measured units.        |\n\n*At least one of the fields must be specified.*\n\n## Relation types\n\nThe following types should be used as applicable `rel` types in the\n[Link Object](https://github.com/radiantearth/stac-spec/tree/master/item-spec/item-spec.md#link-object).\n\n| Type                 | Description                                                               |\n| -------------------- | ------------------------------------------------------------------------- |\n| radiometric-accuracy | URL describing the assessed absolute radiometric uncertainty of the data. |\n| geometric-accuracy   | URL describing the assessed geometric accuracy of the data.               |\n\n### Geometric Correction\n\nGeometric corrections are steps that are taken to place the measurement accurately on the surface of the Earth\n(that is, to geolocate the measurement) allowing measurements taken through time to be compared.\n\nThe focus of this extension is are the accuracy values, but the geometric correction directly influences the accuracy and as such\na number of additional relation types are provided here to guide users to information about the geometric correction.\n\n| Type                 | Description                                        |\n| -------------------- | -------------------------------------------------- |\n| geometric-correction | URL to the Geometric Correction algorithm details. |\n| elevation-model      | URL to the Digital Elevation Model (DEM).          |\n| surface-model        | URL to the Digital Surface Model (DSM).            |\n\nThe relation types `elevation-model` and `surface-model` can be provided in any kind of file format (e.g., HTML or PDF),\nbut preferrably point to a STAC Collection or Item with additional metadata for the DEM/DSM.\n\n## Contributing\n\nAll contributions are subject to the\n[STAC Specification Code of Conduct](https://github.com/radiantearth/stac-spec/blob/master/CODE_OF_CONDUCT.md).\nFor contributions, please follow the\n[STAC specification contributing guide](https://github.com/radiantearth/stac-spec/blob/master/CONTRIBUTING.md) Instructions\nfor running tests are copied here for convenience.\n\n### Running tests\n\nThe same checks that run as checks on PR's are part of the repository and can be run locally to verify that changes are valid. \nTo run tests locally, you'll need `npm`, which is a standard part of any [node.js installation](https://nodejs.org/en/download/).\n\nFirst you'll need to install everything with npm once. Just navigate to the root of this repository and on \nyour command line run:\n```bash\nnpm install\n```\n\nThen to check markdown formatting and test the examples against the JSON schema, you can run:\n```bash\nnpm test\n```\n\nThis will spit out the same texts that you see online, and you can then go and fix your markdown or examples.\n\nIf the tests reveal formatting problems with the examples, you can fix them with:\n```bash\nnpm run format-examples\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstac-extensions%2Faccuracy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstac-extensions%2Faccuracy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstac-extensions%2Faccuracy/lists"}