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.
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.
pip install earthdaily
Authentication credentials are accessed from environment variables. As a convenience python-dotenv is supported.
Copy the .env.sample
file and rename to simply .env
and update with your credentials. This file is gitignored.
Then add to your script/notebook:
from dotenv import load_dotenv
load_dotenv() # take environment variables from .env.