geoblaze
geoblaze copied to clipboard
Vectorize
Allow people to convert a GeoRaster into a GeoJSON
sample code
import { vectorize } from 'geoblaze';
const options = { propertyName: 'value' };
const geojson = vectorize(georaster, options);