Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit bbaa2bf

Browse files
committed
Readme update
1 parent b5ab80a commit bbaa2bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Further information to the datasets can be found at the following sites:
6969
* NASA LPDAAC: http://lpdaac.usgs.gov/products/modis_products_table
7070
* NSIDC DAAC: http://nsidc.org/data/modis/data_summaries/index.html
7171

72-
Several MODIS and especially Landsat datasets are also available using Google Earth Engine.
72+
Several MODIS and especially Landsat datasets are also available using Google Earth Engine.
7373

7474
Google Earth Engine
7575
-------------------
@@ -79,6 +79,7 @@ If you have an account for the Google Earth Engine (https://earthengine.google.o
7979
Please set the variables MY_SERVICE_ACCOUNT and MY_PRIVATE_KEY_FILE in gee_init.py to your service account username and the private key file.
8080

8181
*Examples:*
82+
8283
from pyEOM.datasets import Landsat
8384
source = Landsat.GEE({'dataset': 'LANDSAT/LC8_L1T', 'geom': 'POINT(11 51)'})
8485
output = source.ingest()

0 commit comments

Comments
 (0)