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

Transforming netcdfs and geotiffs to COGs for different datasets #11

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

SwordSaintLancelot
Copy link
Contributor

Motivation

As per the requests from the scientists, we needed to convert new datasets into COGs for research purposes. Some of them are mentioned below:

Changes

Previously, netCDF to COG transformations were performed using cog_translate. Now we are using xarray to reduce the number of steps for the transformation. We also have created a metadata file that keeps any information provided in the netcdf file. Along with the metadat, we also create a .csv file which keeps the names of all the files which have been converted making it easier to track the converted files.
Since these datasets are closely related to GHGC, the transformations are being stored in ghgc-data-store-dev bucket.

@SwordSaintLancelot SwordSaintLancelot self-assigned this Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants