Skip to content

Commit

Permalink
Add details on community driven effort
Browse files Browse the repository at this point in the history
Includes changes to README by adding details on licensing, emphasizing a community driven effort in the introduction, and adding more information in the contributing section. Also, added the community driven introduction to mkdocs.
  • Loading branch information
zacharyDez committed Aug 16, 2023
1 parent adaf926 commit a075dee
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
</a>
</p>

---

## 🌍 eoAPI: An Open-Source Community Project

`eoAPI` is proudly open-source and driven by a dedicated community of contributors. We believe in the power of open collaboration and welcome anyone to contribute, discuss, and grow this tool with us. Join the conversations on [GitHub Discussions](https://github.com/developmentseed/eoAPI/discussions) and make a difference in the Earth Observation realm.


---

**Documentation**: <a href="https://eoapi.dev" target="_blank">https://eoapi.dev</a>
Expand Down Expand Up @@ -74,15 +81,22 @@ Finally, [eoapi-template](https://github.com/developmentseed/eoapi-template) is

## Contribution & Development

See [CONTRIBUTING.md](https://github.com/developmentseed/eoAPI/blob/main/CONTRIBUTING.md)
We highly value and rely on our community! Whether you're an expert or just getting started, you can make a difference. Here's how:

- **Contribute**: Check out our [CONTRIBUTING.md](https://github.com/developmentseed/eoAPI/blob/main/CONTRIBUTING.md) guide to understand how you can contribute.
- **Engage in Discussions**: Share your ideas, ask questions, or provide feedback through [GitHub Discussions](https://github.com/developmentseed/eoAPI/discussions). This is where most of our project conversations take place.
- **Report Issues**: Found a bug or have a feature request? Raise it on our [issues page](https://github.com/developmentseed/eoAPI/issues).

---
## License

See [LICENSE](https://github.com/developmentseed/eoAPI/blob/main/LICENSE)
At Development Seed, we believe in open collaboration and making tools and data more accessible. In line with this ethos, we've explicitly chosen a less restrictive license for `eoAPI`.

For full license details, see [LICENSE](https://github.com/developmentseed/eoAPI/blob/main/LICENSE).

## Authors

Created by [Development Seed](<http://developmentseed.org>)
Nurtured by [Development Seed](<http://developmentseed.org>)

See [contributors](https://github.com/developmentseed/eoAPI/graphs/contributors) for a listing of individual contributors.

Expand Down
7 changes: 7 additions & 0 deletions docs/src/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ hide:
<p align="center">Create a full Earth Observation API with Metadata, Raster and Vector services.</p>
</p>


## 🌍 eoAPI: An Open-Source Community Project

`eoAPI` is proudly open-source and driven by a dedicated community of contributors. We believe in the power of open collaboration and welcome anyone to contribute, discuss, and grow this tool with us. Join the conversations on [GitHub Discussions](https://github.com/developmentseed/eoAPI/discussions) and make a difference in the Earth Observation realm.

---

## **E**arth **O**bservation **API**

`eoAPI` combines several *state-of-the-art* projects to create a full Earth Observation API. Each service can be used and deployed independently but `eoAPI` creates the interconnections between each service:
Expand Down

0 comments on commit a075dee

Please sign in to comment.