Skip to content

Commit 30faa19

Browse files
authored
Merge pull request #143 from NASA-IMPACT/fix/language
Tiny word swap
2 parents cc408e1 + c88d5c4 commit 30faa19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/dataset-ingestion/file-preparation.qmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ subtitle: "How to create valid cloud-optimized data files and upload them to the
77

88
VEDA supports inclusion of cloud optimized GeoTIFFs (COGs) to its data store.
99

10-
### Create sane Cloud-Optimized GeoTIFFs (COGs)
10+
### Create proper Cloud-Optimized GeoTIFFs (COGs)
1111

1212
We often encounter issues like missing or wrong `nodata` value, missing coordinate-reference system, missing or wrong overviews - polluted by fill values or not conserving class values in categorical data, empty files, or artifacts in the data.
1313

@@ -79,4 +79,4 @@ Make sure that the COG filename is meaningful and contains the datetime associat
7979
Once you have the COGs, obtain permissions (`Cognito` credentials) from the VEDA team to upload them to the `veda-data-store-staging` bucket.
8080

8181
Upload the data to a sensible location inside the bucket.
82-
Example: `s3://veda-data-store-staging/<collection-id>/`
82+
Example: `s3://veda-data-store-staging/<collection-id>/`

0 commit comments

Comments
 (0)