geoblaze icon indicating copy to clipboard operation
geoblaze copied to clipboard

Vectorize

Open DanielJDufour opened this issue 5 years ago • 1 comments

Allow people to convert a GeoRaster into a GeoJSON

DanielJDufour avatar Feb 20 '20 01:02 DanielJDufour

sample code

import { vectorize } from 'geoblaze';

const options = { propertyName: 'value' };
const geojson = vectorize(georaster, options);

DanielJDufour avatar Apr 04 '20 01:04 DanielJDufour