Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 13, 2024
1 parent d03f9a3 commit b9e7945
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/design_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,9 @@ One region table can refer to multiple sets of Regions. But each row can map to
If any of `region`, `region_key` and `instance_key` are defined, they all MUST be defined. A table not defining them is still allowed, but it will not be mapped to any spatial element.

In `spatialdata-io` we use a consistent naming scheme for the `region_key` and `instance_key` column, which is suggested (but not required):
- we use the name `'region'` as the default name for the `region_key` column;
- we use the name `'instance_id'` as the default name for the `instance_key` column.

- we use the name `'region'` as the default name for the `region_key` column;
- we use the name `'instance_id'` as the default name for the `instance_key` column.

### Summary

Expand Down

0 comments on commit b9e7945

Please sign in to comment.