You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/planetary-computer/service-usage-meters.md
+22-17Lines changed: 22 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,42 +5,42 @@ author: prasadko
5
5
ms.author: prasadkomma
6
6
ms.service: planetary-computer-pro
7
7
ms.topic: conceptual
8
-
ms.date: 09/18/2024
8
+
ms.date: 10/13/2024
9
9
#customer intent: As a user, I want to understand the pricing structure for Microsoft Planetary Computer Pro so I can estimate costs.
10
10
---
11
11
12
12
# Microsoft Planetary Computer Pro service usage meters
13
13
14
14
Microsoft Planetary Computer Pro offers a pay-as-you-go usage model. You're charged for the resources you consume, providing flexibility and control over your spending. This article details the usage meters for the different components of the service.
15
15
16
-
## Accessing usage metrics through the Azure portal
16
+
## Access usage metrics through the Azure portal
17
17
18
-
Detailed information about the utilization of your GeoCatalog resource is available in the Azure portal under **Monitoring**->**Metrics** in the resource view.
18
+
Detailed information about the utilization of your GeoCatalog resource is available in the Azure portal under **Monitoring**>**Metrics** in the resource view.
19
19
20
-
[](./media/service-usage-metrics.png#lightbox)
20
+
[](./media/service-usage-metrics.png#lightbox)
21
21
22
22
## Service usage meters
23
23
24
-
Usage of the service is measured with the following dimensions (no pricing values are shown in this document):
24
+
Usage of the service is measured with the following dimensions:
|**Ingestion & Transformation**| vCPU-hour | Compute consumed transforming data into cloud-optimized formats (for example COG generation) and ingesting data into GeoCatalog. |
31
+
|**Bandwidth**| GiB | Data transferred out of the Azure region hosting the GeoCatalog resource. |
32
32
33
33
All meters are calculated using binary gigabytes (GiB), where 1 GiB equals 1,073,741,824 bytes.
34
34
35
-
### Capacity
35
+
### Geospatial Storage
36
36
37
37
Measured in GiB-month of data stored in your GeoCatalog (original plus derived / optimized forms). Includes any cloud-optimized representations generated by the platform.
38
38
39
-
### Operations
39
+
### Geospatial Data Operations
40
40
41
-
Operations are read operations for data that is stored in managed storage. Common patterns include:
42
-
* Use the SAS API to read stored data
43
-
* Use the Data API to create a tile based on stored data
41
+
Operations are read operations for data that is stored in the managed storage inside a GeoCatalog resource. Common patterns include:
42
+
* Use the SAS API to read stored assets.
43
+
* Use the Data API to render a tiles based on managed data.,
44
44
45
45
Use of the [STAC API](./stac-overview.md) for querying or searching a catalog isn't considered a read operation.
46
46
@@ -49,16 +49,21 @@ Use of the [STAC API](./stac-overview.md) for querying or searching a catalog is
49
49
50
50
Measured in vCPU-hours consumed while ingesting and transforming source data (including optimization to formats such as COGs). Consumption varies with data volume and the format of the data.
51
51
52
-
To help estimate what an ingestion operation could cost in vCPU hours, here are some benchmarks:
52
+
To estimate your vCPU-hours, choose a data type similar to the one you plan to ingest:
53
53
54
-
| Data Type | Format State | Description (Format / Bands) | Representative vCPU/GiB |
54
+
| Data Type | Format State | Description (Format / Bands) | Representative vCPU-hours/GiB |
To estimate your vCPU-hours, select a data type that is similar to the one you plan on ingesting, and multiply the **Representative vCPU/GiB** value by the number of gigabytes of data you intend to ingest.
61
+
To estimate your vCPU-hours, select a data type that's similar to the one you plan on ingesting, and multiply the **Representative vCPU-hours/GiB** value by the number of gigabytes of data you intend to ingest.
62
+
63
+
> [!EXAMPLE]
64
+
>Suppose you're ingesting 250 GiB of [National Aerial Imagery Program](./data-visualization-samples.md#the-national-agriculture-imagery-program-collection-configuration) (NAIP) data already in Cloud Optimized GeoTIFF (COG) format. Using the representative value of 0.030 vCPU/GiB from the table:
0 commit comments