Skip to content

Commit de490cc

Browse files
authored
Add details on community driven effort (#123)
* Add details on community driven effort 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. * Update ordering of sections and add explicit naming of license
1 parent adaf926 commit de490cc

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@
3333

3434
- **OGC Features and Vector Tiles** API built on top of [https://github.com/developmentseed/tipg](https://github.com/developmentseed/tipg)
3535

36+
---
37+
38+
## 🌍 eoAPI: An Open-Source Community Project
39+
40+
`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.
41+
42+
43+
---
3644

3745
## Getting started
3846

@@ -74,15 +82,22 @@ Finally, [eoapi-template](https://github.com/developmentseed/eoapi-template) is
7482

7583
## Contribution & Development
7684

77-
See [CONTRIBUTING.md](https://github.com/developmentseed/eoAPI/blob/main/CONTRIBUTING.md)
85+
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:
86+
87+
- **Contribute**: Check out our [CONTRIBUTING.md](https://github.com/developmentseed/eoAPI/blob/main/CONTRIBUTING.md) guide to understand how you can contribute.
88+
- **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.
89+
- **Report Issues**: Found a bug or have a feature request? Raise it on our [issues page](https://github.com/developmentseed/eoAPI/issues).
7890

91+
---
7992
## License
8093

81-
See [LICENSE](https://github.com/developmentseed/eoAPI/blob/main/LICENSE)
94+
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 MIT license for `eoAPI`.
95+
96+
For full license details, see [LICENSE](https://github.com/developmentseed/eoAPI/blob/main/LICENSE).
8297

8398
## Authors
8499

85-
Created by [Development Seed](<http://developmentseed.org>)
100+
Nurtured by [Development Seed](<http://developmentseed.org>)
86101

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

docs/src/intro.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ hide:
99
<p align="center">Create a full Earth Observation API with Metadata, Raster and Vector services.</p>
1010
</p>
1111

12+
13+
---
14+
1215
## **E**arth **O**bservation **API**
1316

1417
`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:
@@ -23,6 +26,12 @@ hide:
2326

2427
---
2528

29+
## 🌍 eoAPI: An Open-Source Community Project
30+
31+
`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.
32+
33+
---
34+
2635
## Why should you use `eoAPI`
2736

2837
- **Focus on your use case:** `eoAPI` is used for large-scale data processing, building geographic information systems (GIS), creating real-time data applications, climate research and environmental monitoring, machine learning model training, and more.

0 commit comments

Comments
 (0)