Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tiny word swap #143

Merged
merged 1 commit into from
May 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>/`
Loading