Learn how to use <geosys/> platform capabilities to integrate them in your own business workflow!
Who we are
Report Bug
·
Request Feature
Table of Contents
EarthDaily Agro is the agricultural analysis division of EartDaily Analytics. Learn more about Earth Daily at EarthDaily Analytics | Satellite imagery & data for agriculture, insurance, surveillance. EarthDaily Agro uses satellite imaging to provide advanced analytics to mitigate risk and increase efficiencies – leading to more sustainable outcomes for the organizations and people who feed the planet.
Throught our <geosys/> platform, we make geospatial analytics easily accessible for you to be browsed or analyzed, within our cloud or within your own environment. We provide developers and data scientists both flexibility and extensibility with analytic ready data and digital agriculture ready development blocks. We empower your team to enrich your systems with information at the field, regional or continent level via our API or Apps.
We have a team of experts around the world that understand local crops and ag industry, as well as advanced analytics to support your business.
The current project aims to provide samples, snippets and examples on how to integrate data and analytics but expand and enrich capabilites by creating your own analytic based satellite imagery, weather and many others available inputs.
To be able to run this example, you will need to have the following tools to be installed
-
Install Git
Please install Git on your computer. You can download and install it by visiting the [official Git website] (https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and following the provided instructions
-
Install Conda
Please install Conda on your computer. You can download and install it by following the instructions provided on the official Conda website
-
Install Jupyter Notebook
Please install jupyter Notebook on your computer. You can install it by following the instructions provided on the official Jupyter website
If you want to test Earthdaily agro APIs, make sure you have valid credentials. If you need to get trial access, please register here.
If you want to access data directly from EarthDataStore, please make sure you have appropriate credentials, and that you follow the earthdaily python client installation documentation here. If you need to get trial access, please register here.
Those examples package have been tested on Python 3.13.0
To set up the project, follow these steps:
-
Clone the project repository:
git clone https://github.com/earthdaily/Examples-and-showcases
-
Change the directory:
cd Examples-and-showcases
-
Chooses your area of interest
Run the following line if you're looking for accessing Earthdaily data (reflectances from EarthDataStore for instance)
cd Data as a service
Run the following line if you're looking for accessing Earthdaily advanced analytics (ready-to-use vegetation indexes, agronomic analysis such as harvest detection, etc.) If you're working on the Analytics as a service directory, do not forget to update the .env file with your credentials.
cd Analytics as a service
To use the project with Jupyter Notebook, follow these steps:
-
Create a Conda environment:
To create a Conda environment, ensure first you have installed Conda on your computer. You can download and install it by following the instructions provided on the official Conda website.
conda create -y --name your_environment_name
-
Activate the Conda environment:
conda activate your_environment_name
-
Install the project dependencies. You can do this by running the following command in your terminal:
conda install pip pip install -r requirements.txt pip install ipykernel
-
Set up the Jupyter Notebook kernel for the project:
python -m ipykernel install --user --name your_environment_name --display-name your_kernel_name
-
Open jupyter and then the example notebook you want to use by clicking on it.
-
Select the "Kernel" menu and choose "Change Kernel". Then, select "your_kernel_name" from the list of available kernels.
-
Run the notebook cells to execute the code example.
The following links will provide access to more information:
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.
Distributed under the MIT License.
For any additonal information, please email us.
© 2023 Geosys Holdings ULC, an Antarctica Capital portfolio company | All Rights Reserved.