Register the decoder for a format (e.g. 'geotiff', 'geojson'). Called by io/materializers.js on
import (and by tests). The decoder fetches (for a URL root) and decodes into a RasterGrid/
VectorFeatures. Keeping this out of Dataset's import graph is what preserves headlessness.
Register the decoder for a
format(e.g. 'geotiff', 'geojson'). Called by io/materializers.js on import (and by tests). The decoder fetches (for a URL root) and decodes into a RasterGrid/ VectorFeatures. Keeping this out of Dataset's import graph is what preserves headlessness.