Skip to content

Commit ecab543

Browse files
committed
additional changes.
1 parent a740ecd commit ecab543

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

articles/planetary-computer/service-usage-meters.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Use of the [STAC API](./stac-overview.md) for querying or searching a catalog is
4747

4848
### Ingestion & Transformation
4949

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.
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.
5151

5252
To estimate your vCPU-hours, choose a data type similar to the one you plan to ingest:
5353

@@ -60,9 +60,11 @@ To estimate your vCPU-hours, choose a data type similar to the one you plan to i
6060

6161
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.
6262

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:
65-
> $250 \text{ GiB} \times 0.030 \frac{\text{vCPU-hour}}{\text{GiB}} = 7.5 \text{ vCPU-hours}$
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+
$$
66+
250 \text{ GiB} \times 0.030 \frac{\text{vCPU-hour}}{\text{GiB}} = 7.5 \text{ vCPU-hours}
67+
$$
6668

6769

6870
### Bandwidth

0 commit comments

Comments
 (0)