Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions app/content/stories/sat-data-agriculture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,30 @@ taxonomy:
- Agriculture
---

<Block>
<Prose>
## MAP
Add the map.
</Prose>

<Figure>
<Map
datasetId='geoglam'
layerId='geoglam'
dateTime='2006-01-01'
zoom={4}
center={[117.22,35.66]}
compareDateTime='2021-01-01'
/>
<Caption
attrAuthor='NASA'
attrUrl='https://nasa.gov/'
>
This is the new map caption
</Caption>
</Figure>
</Block>

<Block>
<Prose>
## The Value of Data
Expand Down Expand Up @@ -119,4 +143,6 @@ Any extreme event such as conflict, severe weather, or environmental abnormaliti
As data access and technology have made significant advances in recent decades, it comes as no surprise that the amount of available data can often be overwhelming and difficult to decipher. Tools such as the [GEOGLAM-Harvest AGMET Indicators](https://cropmonitor.org/tools/agmet/) play a key role for quick and digestible information processing and supporting key agricultural decisions. To increase food market stability and reduce price volatility, it is critical that market analysts, farmers, and other agricultural stakeholders have a thorough understanding of the amount of food coming to market - whether that be in line with the average amount seen in previous years or more/less. Just as with any other consumer good, supply and demand are the key drivers of agri-food (relating to the commercial production of food by farming) markets and commodity prices. Satellite data can fill a critical gap in agricultural monitoring, enabling us to not only understand current crop conditions but prepare for potential outcomes in a given growing season. The benefits include wider-reaching impacts on market stability, earlier reaction time for humanitarian response, and bolstering food security.

</Prose>


</Block>
2 changes: 1 addition & 1 deletion app/content/stories/template-story.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ taxonomy:

<Block>
<Prose>
Authors: Your Name, Your Org
Authors: me, Your Org

## Introduction
Some written background and context to your story...
Expand Down