Skip to main content

Flux

Flux is the Earthmover Platform's data delivery service. Flux serves up your Arraylake data via standards-compliant API endpoints, making it easy to query your data and integrate it into downstream applications.

Choosing the Right Protocol

Flux can serve up your data following a number of different protocols. Depending on your use case you might want to use different protocols.

Protocol Comparison

FeatureEDRWMSTilesDAP2openEO
Query TypePoints, polygons, trajectoriesBounding boxes, tilesXYZ tile indicesArray slicingProcess graphs
Output FormatsJSON, CSV, NetCDF, GeoTIFFPNG imagesPNG, JPEG, WebPBinary, ASCIIParquet, CSV, GeoJSON, NetCDF
Best ForData extraction & analysisVisualization & mappingMap tile servicesScientific toolsServer-side processing & batch extraction
CF Convention RequiredYes (X, Y axes)Yes (lat, lon)Yes (CRS, coordinates)NoYes (X, Y axes)
Typical Data SizeSmall (subset)Small (tiles)Small (256x256, 512x512 tiles)FlexibleSmall (aggregated result)
Client ComplexitySimple HTTPTile layerTile layerOPeNDAP clientopenEO client

Here is a live example using tiles to serve 2-meter temperature data.

Learn More