Usage
Feature to tiles
- It pass a GeoJSON file with points and gets the nearest tiles to this points.
Return:
GeoJSON file - It contains the nearest tiles to the points.
Command line:
docker run --rm -v ${PWD}:/mnt/data developmentseed/geokit:node.latest geokit \
point2tile input.geojson --zoom=17 --buffer=0.2 --copyattrs=true > output.geojson
Use case:
- Get the nearest tiles to the points.