Skip to content

Commit

Permalink
Merge pull request #143 from NASA-IMPACT/fix/language
Browse files Browse the repository at this point in the history
Tiny word swap
  • Loading branch information
j08lue authored May 30, 2024
2 parents cc408e1 + c88d5c4 commit 30faa19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributing/dataset-ingestion/file-preparation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: "How to create valid cloud-optimized data files and upload them to the

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

### Create sane Cloud-Optimized GeoTIFFs (COGs)
### Create proper Cloud-Optimized GeoTIFFs (COGs)

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.

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

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

0 comments on commit 30faa19

Please sign in to comment.