Launching today

mercator
Weather, ocean & elevation data as value-encoded map tiles
11 followers
Weather, ocean & elevation data as value-encoded map tiles
11 followers
Most weather and ocean APIs give you a value at a point. mercator gives you the whole grid as map tiles, with the physical values baked into the pixels and decoded on the GPU. So you change colormaps, switch to wind streamlines or contours, or re-scale, client-side, no refetch. One open-source SDK for MapLibre, Mapbox, Leaflet, OpenLayers, deck.gl and React. The tile format is well-documented, so you can decode it yourself and never get locked to our renderer. Transparent pricing, free tier.







how does the decode happen on the gpu without bloating the bundle size, especially if im pulling it into a react app that already has deck.gl running?
the tile format being openly documented is a quiet flex, love seeing teams trust users enough to let them walk away from the renderer if they want. that and baking values into pixels for client-side colormap swaps is just tidy engineering.
Switching colormaps and contours on the fly without a refetch feels genuinely snappy, and shipping one SDK across MapLibre and deck.gl without a config headache is a nice touch.