Skip to main content

Overview

Terrafloww Marketplace provides detailed usage metrics to help you understand how your data is being consumed. These metrics are valuable for:
  • Monitoring data access patterns
  • Tracking resource consumption
  • Planning capacity and costs
  • Understanding user engagement

Metrics Available

Aggregate Counters

MetricDescription
total_assets_queriedNumber of COG files accessed
total_tiles_queriedNumber of image tiles retrieved
total_network_transfer_bytesCompressed bytes transferred
total_network_transfer_bytes_uncompressedFull tile size (before clipping)
total_network_transfer_bytes_uncompressed_usedActual bytes used (clipped AOI)
total_area_crs_unitsTotal area queried in CRS units

Per-Asset Metrics

For each asset accessed, you can see:
  • Scene ID and URL (href)
  • Band name and index
  • Tile count
  • Bytes transferred (compressed and uncompressed)
  • AOI area covered

Viewing Metrics

Dashboard

Access your usage metrics from the Marketplace dashboard:
  1. Navigate to your organization’s datasets
  2. Select a dataset
  3. Click the Metrics tab

Filtering Options

Filter metrics by:
FilterDescription
start / endTime range (RFC3339 format)
dataset_idSpecific dataset
token_idSpecific API token
statusRequest status (success, error)
bucketTime aggregation (1h, 1d, etc.)

Time Buckets

Available time bucket sizes for aggregation:
  • 1m - 1 minute
  • 5m - 5 minutes
  • 1h - 1 hour
  • 1d - 1 day

Metrics for Dataset Owners

As a dataset owner, you can see:

Your Usage

Metrics for your own organization’s data consumption

Global Usage

Aggregated metrics from all consumers of your published datasets
[!NOTE] Global metrics are automatically enabled for published datasets, allowing owners to see total consumption across all organizations using their data.

Transfer Size Estimation

Metrics include detailed transfer size calculations:
  1. Compressed bytes - Actual network transfer (merged segment ranges)
  2. Uncompressed used bytes - Pixels within the clipped AOI
  3. Uncompressed bytes - Full tile data before clipping
The calculation uses: (tile_height × tile_width) × bytes_per_sample

Best Practices

Use metrics to:
  • Identify peak usage times
  • Optimize dataset configurations
  • Understand which bands are most popular
  • Plan for capacity needs

Next Steps