You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the realm of geospatial data analysis and Earth observation, the EarthDaily Python package emerges as a powerful toolset that seamlessly connects you to the vast and invaluable Stac catalog Earth Data Store. This package is designed with the vision of simplifying and optimizing your workflow, ensuring that you can harness the full potential of Earth observation data with ease and efficiency.
9
69
10
70
Our package is built upon a foundation of best practices, meticulously crafted to elevate your data analysis experience. With EarthDaily, you can effortlessly navigate the complexities of datacube creation, including crucial processes like conversion to reflectance and automatic clipping to your area of interest. Additionally, we've taken care to make EarthDaily fully compatible with Dask, enabling you to scale your data preprocessing tasks with confidence and precision.
11
71
12
-
## Install
13
72
14
-
### Using pip
73
+
## Features
74
+
75
+
See [documentation](https://earthdaily.github.io/earthdaily-python-client/) for more information
76
+
77
+
## Getting started
78
+
79
+
### Prerequisites
80
+
81
+
Make sure you have valid EDS credentials. If you need to get trial access, please contact us.
82
+
83
+
This package has been tested on Python 3.10, 3.11 and 3.12.
84
+
85
+
86
+
### Installation
87
+
88
+
#### Using pip
15
89
16
90
`pip install earthdaily`
17
91
18
-
### Planned : Using conda/mamba
92
+
####Planned : Using conda/mamba
19
93
20
-
## Authentication
94
+
###Authentication
21
95
Authentication credentials are accessed from environment variables. As a convenience python-dotenv is supported.
22
96
Copy the `.env.sample` file and rename to simply `.env` and update with your credentials. This file is gitignored.
23
97
Then add to your script/notebook:
@@ -26,4 +100,37 @@ Then add to your script/notebook:
26
100
from dotenv import load_dotenv
27
101
28
102
load_dotenv() # take environment variables from .env.
29
-
```
103
+
```
104
+
105
+
### Usage
106
+
107
+
See the documentation for more information.
108
+
109
+
### Support development
110
+
111
+
If you find this package useful, please consider supporting its development.
112
+
113
+
<!-- CONTRIBUTING -->
114
+
## Support development
115
+
116
+
If this project has been useful, that it helped you or your business to save precious time, don't hesitate to give it a star.
117
+
118
+
<palign="right">(<ahref="#top">back to top</a>)</p>
119
+
120
+
## License
121
+
122
+
Distributed under the MIT License.
123
+
124
+
<palign="right">(<ahref="#top">back to top</a>)</p>
125
+
126
+
## Contact
127
+
128
+
For any additonal information, please [email us](mailto:[email protected]).
129
+
130
+
<palign="right">(<ahref="#top">back to top</a>)</p>
0 commit comments