Skip to content

Commit 08cdb72

Browse files
authored
Merge pull request #233155 from gourdsay/main
BYOL related updates in satellite concept document
2 parents 85e7733 + b7ccb20 commit 08cdb72

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

articles/data-manager-for-agri/concepts-ingest-satellite-imagery.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,30 @@ ms.custom: template-concept #Required; leave this attribute/value as-is.
1010
---
1111

1212
# Using satellite imagery in Azure Data Manager for Agriculture
13-
Our data manager supports geospatial and temporal data. Remote sensing satellite imagery (which is geospatial and temporal) has huge applications in the field of agriculture. Farmers, agronomists and data scientists use of satellite imagery extensively to generate insights. Using satellite data in Data Manager for agriculture involves following steps.
13+
Satellite imagery makes up a foundational pillar of agriculture data. To support scalable ingestion of geometry-clipped imagery, we've partnered with Sentinel Hub by Sinergise to provide a seamless bring your own license (BYOL) experience. This BYOL experience allows you to manage your own costs while keeping the convenience of storing your field-clipped historical and up to date imagery in the linked context of the relevant fields.
14+
15+
## Prerequisites
16+
* To search and ingest imagery, you need a user account that has suitable subscription entitlement with Sentinel Hub: https://www.sentinel-hub.com/pricing/
17+
* Read the Sinergise Sentinel Hub terms of service and privacy policy: https://www.sentinel-hub.com/tos/
18+
* Have your providerClientId and providerClientSecret ready
19+
20+
:::image type="content" source="./media/satellite-flow.png" alt-text="Diagram showing satellite data ingestion flow.":::
1421

1522
> [!NOTE]
1623
> Microsoft Azure Data Manager for Agriculture is currently in preview. For legal terms that apply to features that are in beta, in preview, or otherwise not yet released into general availability, see the [**Supplemental Terms of Use for Microsoft Azure Previews**](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
1724
> Microsoft Azure Data Manager for Agriculture requires registration and is available to only approved customers and partners during the preview period. To request access to Microsoft Data Manager for Agriculture during the preview period, use this [**form**](https://aka.ms/agridatamanager).
1825
19-
>:::image type="content" source="./media/satellite-flow.png" alt-text="Diagram showing satellite data ingestion flow..":::
20-
2126
## Satellite sources supported by Azure Data Manager for Agriculture
2227
In our public preview, we support ingesting data from Sentinel-2 constellation.
2328

24-
## Sentinel-2
25-
[Sentinel-2](https://sentinel.esa.int/web/sentinel/missions/sentinel-2) is a satellite constellation launched by 'European Space Agency' (ESA) under the Copernicus mission. This constellation has a pair of satellites and carries a Multi-Spectral Instrument (MSI) payload that samples 13 spectral bands: four bands at 10 m, six bands at 20 m and three bands at 60 m spatial resolution.
29+
### Sentinel-2
30+
[Sentinel-2](https://sentinel.esa.int/web/sentinel/missions/sentinel-2) is a satellite constellation launched by 'European Space Agency' (ESA) under the Copernicus mission. This constellation has a pair of satellites and carries a Multi-Spectral Instrument (MSI) payload that samples 13 spectral bands: four bands at 10 m, six bands at 20 m and three bands at 60-m spatial resolution.
2631

2732
> [!Tip]
2833
> Sentinel-2 has two products: Level 1 (top of the atmosphere) data and its atmospherically corrected variant Level 2 (bottom of the atmosphere) data. We support ingesting and retrieving Level 1 and Level 2 data from Sentinel 2.
2934
30-
## Image names and resolutions
31-
The image names and resolutions that are supported by APIs used to ingest and read satellite data (for Sentinel-2) in our service:
35+
### Image names and resolutions
36+
The image names and resolutions supported by APIs used to ingest and read satellite data (for Sentinel-2) in our service:
3237

3338
| Category | Image Name | Description | Native resolution |
3439
|:-----:|:----:|:----:|:----:|
@@ -63,7 +68,7 @@ The image names and resolutions that are supported by APIs used to ingest and re
6368
* A maximum of five satellite jobs can be run concurrently, per tenant.
6469
* A satellite job can ingest data for a maximum of one year in a single API call.
6570
* Only TIFs are supported.
66-
* Only 10 m, 20 m and 60 m images are supported.
71+
* Only 10 m, 20 m and 60-m images are supported.
6772

6873
## Next steps
6974

0 commit comments

Comments
 (0)