|
| 1 | +--- |
| 2 | +title: Microsoft Planetary Computer Pro Pricing |
| 3 | +description: This article explains the pricing model for Microsoft Planetary Computer Pro. |
| 4 | +author: prasadko |
| 5 | +ms.author: prasadkomma |
| 6 | +ms.service: planetary-computer-pro |
| 7 | +ms.topic: conceptual |
| 8 | +ms.date: 10/13/2024 |
| 9 | +#customer intent: As a user, I want to understand the pricing structure for Microsoft Planetary Computer Pro so I can estimate costs. |
| 10 | +--- |
| 11 | + |
| 12 | +# Microsoft Planetary Computer Pro service usage meters |
| 13 | + |
| 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 | + |
| 16 | +## Access usage metrics through the Azure portal |
| 17 | + |
| 18 | +Detailed information about the utilization of your GeoCatalog resource is available in the Azure portal under **Monitoring**>**Metrics** in the resource view. |
| 19 | + |
| 20 | +[](./media/service-usage-metrics.png#lightbox) |
| 21 | + |
| 22 | +## Service usage meters |
| 23 | + |
| 24 | +Usage of the service is measured with the following dimensions: |
| 25 | + |
| 26 | +| Meter | Measured Units | Description | |
| 27 | +|----------------------------|---------------------------|------------------------------------------------------------------------------------------------------------| |
| 28 | +| **Geospatial Storage** | GiB-month | Ingested data stored after any cloud-optimization and compression. | |
| 29 | +| **Geospatial Data Operations** | 10K operations | Storage read / metadata retrieval operations (search, list, item/asset metadata access). | |
| 30 | +| **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 | + |
| 33 | +All meters are calculated using binary gigabytes (GiB), where 1 GiB equals 1,073,741,824 bytes. |
| 34 | + |
| 35 | +### Geospatial Storage |
| 36 | + |
| 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 | + |
| 39 | +### Geospatial Data Operations |
| 40 | + |
| 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 tile based on managed data. |
| 44 | + |
| 45 | +Use of the [STAC API](./stac-overview.md) for querying or searching a catalog isn't considered a read operation. |
| 46 | + |
| 47 | + |
| 48 | +### Ingestion & Transformation |
| 49 | + |
| 50 | +A virtual CPU (vCPU) hour reflects how much processing power the service spent on your ingestion job. While data is being ingested and transformed, Microsoft Planetary Computer Pro tracks the CPU time consumed by the workers that run your job inside its managed environment. It adds up every second of CPU usage from those workers, converts the total into hours, and reports that number as vCPU-hours for billing. |
| 51 | + |
| 52 | +To estimate your vCPU-hours, choose a data type similar to the one you plan to ingest: |
| 53 | + |
| 54 | +| Data Type | Format State | Description (Format / Bands) | Representative vCPU-hours/GiB | |
| 55 | +|-----------|--------------|------------------------------|--------------------------| |
| 56 | +| [Sentinel‑2 L2A](./data-visualization-samples.md#sentinel-2-l2a-collection-configuration) | Non-COG | GeoTIFF; 13 MSI spectral bands (B1–B12 incl. B8A, 10–60 m) plus QA masks | 0.50 | |
| 57 | +| Micro COG 1000 | COG | Cloud Optimized GeoTIFFs (1000 2-10 MB files); Three bands (RGB) | 0.423 | |
| 58 | +| Aerial Orthomosaic | Non-COG | Orthorectified GeoTIFF mosaic; Three bands (RGB); large tiles | 0.20 | |
| 59 | +| [National Aerial Imagery Program](./data-visualization-samples.md#the-national-agriculture-imagery-program-collection-configuration) | COG | Cloud Optimized GeoTIFF; Four bands (RGB + NIR) | 0.030 | |
| 60 | + |
| 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:** 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: |
| 64 | + |
| 65 | +250 GiB × 0.030 vCPU/GiB = 7.5 vCPU-hours |
| 66 | + |
| 67 | + |
| 68 | +### Bandwidth |
| 69 | + |
| 70 | +Bandwidth is measured in GiB of data that leave the GeoCatalog’s Azure region. This meter increments alongside read [operations](#geospatial-data-operations) whenever data moves to another Azure region or outside of Azure. |
| 71 | + |
| 72 | +## Cost management |
| 73 | + |
| 74 | +Azure provides tools to help you monitor and manage your spending. You can use [Microsoft Cost Management and Billing](/azure/cost-management-billing/cost-management-billing-overview) to track your Microsoft Planetary Computer Pro usage and costs, set budgets, and receive alerts. |
| 75 | + |
| 76 | +## Next steps |
| 77 | + |
| 78 | +- [Microsoft Planetary Computer Pro Overview](./microsoft-planetary-computer-pro-overview.md) |
| 79 | +- [Get started with Microsoft Planetary Computer Pro](./get-started-planetary-computer.md) |
0 commit comments