This repository contains documentation for the US Greenhouse Gas Center. The documentation is rendered and published using Quarto.
cog_transformation/
: Contains transformation scripts used to convert raw datasets into Cloud Optimized GeoTIFFs (COGs) for the US GHG Center.generating_statistics_for_validation
/: Includes notebooks and scripts for generating data statistics of both raw and transformed files.processing_and_verification_reports/
: Houses verification reports generated to validate the data transformations.user_data_notebooks/
: Provides notebooks that guide users on how to access and utilize datasets within the US GHG Center.data_workflow/
: Contains a detailed data flow diagram illustrating the entire dataset processing workflow.
Follow the following steps to run this project locally on your machine.
git clone [email protected]:US-GHG-Center/ghgc-docs.git
cd ghgc-docs
- Follow the instructions at Quarto Installation Guide to install Quarto on your machine.
quarto install tinytex
pip install jupyter
To preview your project locally on localhost
, use the following command:
quarto preview
To render each .qmd
file as html
in the _site
folder, run:
quarto render --to html
To contribute to this repository:
- Clone this repository.
- Branch out from staging to your feature branch.
- Push your changes to the feature branch.
- Create a Pull Request (PR) to staging for review.