From cd0023b29e5bac5011d56a7d8db3053eaf8053a6 Mon Sep 17 00:00:00 2001 From: Lukas Valentin Graf <30413792+lukasValentin@users.noreply.github.com> Date: Thu, 3 Nov 2022 19:53:22 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f22c99b..5bc8fcd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a collection of example notebooks showcasting the capabilities of E:eart The [notebook "Sentinel-2 crop growing conditions"](notebooks/Sentinel-2/sentinel2_crop_growing_conditions.ipynb) is the fully-reproducible example highlighted in ``` -Graf, L.V, et al. (2022): EOdal: An Open-Source Python Package for Large Scale Agricultural Research Using Earth Observation and Gridded Environmental Data. Under Review. +Graf, L.V, et al. (2022): EOdal: An Open-Source Python Package for Large Scale Agricultural Research Using Earth Observation and Gridded Environmental Data. Submitted to Computers & Electronics in Agriculture. ``` using the open-access Sentinel-2 collection on [Microsoft Planetary Computer](https://planetarycomputer.microsoft.com/) (no authentication required). @@ -47,7 +47,7 @@ Once you have access to E:earth_africa:dal follow the Step-by-Step Guide below 2. Clone the repository from Github: ```{bash} -git clone https://github.com/remote-sensing-team/eodal_notebooks +git clone https://github.com/EOA-team/eodal_notebooks ``` 3. Modify the .env file. Place a `.env` file in the root of this repository (i.e., where this README is located). Enter your [personal Github access token](https://github.com/settings/tokens) into the file (here shown for working in the Linux shell, Windows cmd works similar): @@ -91,5 +91,5 @@ See [authors.txt](authors.txt) for a full list of current and past developers wh ## Contributions -Contributions (reporting bugs, fixing bugs, development of new features, writing and improving tests and documentation, etc.) are welcome. Please always open an Issue in the [issue-board](https://github.com/remote-sensing-team/E:earth_africa:dal_notebooks/issues) first. +Contributions (reporting bugs, fixing bugs, development of new features, writing and improving tests and documentation, etc.) are welcome. Please always open an Issue in the [issue-board](https://github.com/EOA-team/E:earth_africa:dal_notebooks/issues) first.