winnow
Version:
Apply sql-like filters to GeoJSON
11 lines (10 loc) • 398 B
JavaScript
module.exports = {
project: require('./project'),
selectFields: require('./select-fields'),
selectFieldsToEsriAttributes: require('./select-fields-to-esri-attributes'),
toGeohash: require('./to-geohash'),
toEsriAttributes: require('./to-esri-attributes'),
toHash: require('./to-hash'),
toEsriGeometry: require('./to-esri-geometry'),
reducePrecision: require('./reduce-precision')
}