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

Protocol Comparison

FeatureEDRWMSTilesDAP2
Query TypePoints, polygons, trajectoriesBounding boxes, tilesXYZ tile indicesArray slicing
Output FormatsJSON, CSV, NetCDF, GeoTIFFPNG imagesPNG, JPEG, WebPBinary, ASCII
Best ForData extraction & analysisVisualization & mappingMap tile servicesScientific tools
CF Convention RequiredYes (X, Y axes)Yes (lat, lon)Yes (CRS, coordinates)No
Typical Data SizeSmall (subset)Small (tiles)Small (256x256, 512x512 tiles)Flexible
Client ComplexitySimple HTTPTile layerTile layerOPeNDAP client

Here is an live example using tiles to serve gust data.

Learn More