Use passive voice throughout

This commit is contained in:
heyarne 2021-03-13 16:06:03 +01:00
commit 3e6e2dd09f
8 changed files with 29 additions and 29 deletions

View file

@ -149,7 +149,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The API query is initialized for a time span we are interested in and using an area that slightly extends the geometry fetched from OpenStreetMap. This is done to increase the likelihood that the phenomenon we are interested in is visible on the products we download - we don't know where exactly we will need to look, we only know proximity."
"The API query is initialized for a time span of interest, using an area that slightly extends the geometry fetched from OpenStreetMap. This is done to increase the likelihood that the phenomenon is visible on the downloaded products - it is still unknown where exactly to look, there is only some information about proximity."
]
},
{
@ -228,7 +228,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We also want to avoid merging or reprojecting adjacent tiles if possible, so we prefer tiles that easily cover the entire area of interest:"
"Merging or reprojecting adjacent tiles is avoided if possible, so tiles that easily cover the entire area of interest are preferred:"
]
},
{