-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update badges, monogram, and grammar
- Loading branch information
Showing
2 changed files
with
15 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,20 @@ | ||
<img | ||
src='https://carbonplan-assets.s3.amazonaws.com/monogram/dark-small.png' | ||
height='48' | ||
/> | ||
<p align="left" > | ||
<a href='https://carbonplan.org'> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="https://carbonplan-assets.s3.amazonaws.com/monogram/light-small.png"> | ||
<img alt="CarbonPlan monogram." height="48" src="https://carbonplan-assets.s3.amazonaws.com/monogram/dark-small.png"> | ||
</picture> | ||
</a> | ||
</p> | ||
|
||
# carbonplan / data | ||
|
||
**data catalog and curation** | ||
|
||
[![GitHub][github-badge]][github] | ||
[![Build Status]][actions] | ||
![MIT License][] | ||
[![CI](https://github.com/carbonplan/data/actions/workflows/main.yaml/badge.svg)](https://github.com/carbonplan/data/actions/workflows/main.yaml) | ||
![PyPI](https://img.shields.io/pypi/v/carbonplan-data) | ||
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) | ||
|
||
[github]: https://github.com/carbonplan/data | ||
[github-badge]: https://badgen.net/badge/-/github?icon=github&label | ||
[build status]: https://github.com/carbonplan/data/actions/workflows/main.yaml/badge.svg | ||
[actions]: https://github.com/carbonplan/data/actions/workflows/main.yaml | ||
[mit license]: https://badgen.net/badge/license/MIT/blue | ||
|
||
This repository includes our main data catalog as well as our pre-processing utilities. | ||
|
||
|
@@ -68,8 +67,8 @@ foo: | |
## license | ||
All the code in this repository is [MIT](https://choosealicense.com/licenses/mit/) licensed. When possible, the data is licensed using the [CC-BY-4.0](https://choosealicense.com/licenses/cc-by-4.0/) license. We include attribution and additional license information for third party datasets, and we request that you also maintain that attribution if using this data. | ||
All the code in this repository is [MIT](https://choosealicense.com/licenses/mit/)-licensed. When possible, the data is licensed using the [CC-BY-4.0](https://choosealicense.com/licenses/cc-by-4.0/) license. We include attribution and additional license information for third party datasets, and we request that you also maintain that attribution if using this data. | ||
## about us | ||
CarbonPlan is a non-profit organization that uses data and science for climate action. We aim to improve the transparency and scientific integrity of climate solutions with open data and tools. Find out more at [carbonplan.org](https://carbonplan.org/) or get in touch by [opening an issue](https://github.com/carbonplan/data/issues/new) or [sending us an email](mailto:[email protected]). | ||
CarbonPlan is a nonprofit organization that uses data and science for climate action. We aim to improve the transparency and scientific integrity of climate solutions with open data and tools. Find out more at [carbonplan.org](https://carbonplan.org/) or get in touch by [opening an issue](https://github.com/carbonplan/data/issues/new) or [sending us an email](mailto:[email protected]). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters