Skip to content

Commit 00a9c79

Browse files
committed
corrected diff link in dev resources readme
1 parent 4c5d063 commit 00a9c79

File tree

1 file changed

+1
-1
lines changed
  • notebooks/developers_resources/storage_format

1 file changed

+1
-1
lines changed

notebooks/developers_resources/storage_format/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ We recommend the following.
2828
- Implement your readers on the data from the latest commit available
2929
- Set up an automated test (e.g. daily) that gets the latest converted data (you can use a `git pull` or download the data from S3) and runs your code on it.
3030
- If your reader fails, you can inspect the corresponding commit in this repository to see what has changed in the storage specification; in particular:
31-
- you may find useful to compare different commits using the GitHub compare function, accessible with the following syntax: https://github.com/scverse/spatialdata-notebooks/compare/267adb1..5847084;
31+
- you may find useful to compare different commits using the GitHub compare function, accessible with the following syntax: https://github.com/scverse/spatialdata-notebooks/compare/f55f89a..d8e4d55;
3232
- you may want to compare the latest commit with one of the commits using the spaitaldata version (or a closely related dev version), of the one that you used when implementing the readers; the versions are specified in the commit messages as described before.
3333

3434
Furthermore, you can look at the on-disk versioning. Each element specifies the encoding that has been used for writing; you can find this in the .zattrs file ([example, see the end](https://github.com/scverse/spatialdata-notebooks/blob/main/notebooks/developers_resources/storage_format/transformation_affine.zarr/points/blobs_points/.zattrs)).

0 commit comments

Comments
 (0)