Usage

Filter for chips ahoy outputs

  • It separates the features tagged as yes and no in polygons(tiles) and points.
COMMAND REQUIRED DESCRIPTION
--geojson_file yes Path to GeoJSON file.
--geojson_output yes GeoJSON separated in no, yes (tile - point).
--clean_fields no Flag option - for cleaning chips-ahoy fields.

Return

GeoJSON files - One file of the tiles (polygons) tagged as yes, one file of the tiles (polygons) tagged as no and one file of the schools (points).

Command line:

docker run --rm -v ${PWD}:/mnt/data developmentseed/geokit:python.latest chips_ahoy \
    filter_chips \
    --geojson_file=<INPUT_GEOJSON> \
    --geojson_output=<OUTPUT_GEOJSON> \
    --clean_fields

Use Case:

  • Get points of the tiles tagged as yes and clean chips ahoy fields.

image