JacobWeinbren / Canadian-Deprivation

Canadian Index of Multiple Deprivation (2021) Mapped

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Canadian Deprivation Map

Sources

Commands

    mapshaper output/updated_canada.geojson -simplify weighted 15% -o output/simplified_canada.geojson


    node --max-old-space-size=25000 /usr/local/bin/mapshaper output/simplified_canada.geojson -clip output/merged.geojson -o precision=0.000001 output/canada_intersect.geojson
tippecanoe --output="output/canada-background.pmtiles" \
           --layer="maplayer" \
           --no-feature-limit \
           --no-tile-size-limit \
           --detect-shared-borders \
           --coalesce-fraction-as-needed \
           --coalesce-densest-as-needed \
           --coalesce-smallest-as-needed \
           --increase-gamma-as-needed \
           --coalesce \
           --reorder \
           --minimum-zoom=0 \
           --maximum-zoom=16 \
           --force \
           --simplification=20 \
           -x DAUID -x DGUID -x LANDAREA -x PRUID \
           "output/simplified_canada.geojson"
tippecanoe --output="output/canada-deprivation-buildings.pmtiles" \
           --layer="maplayer" \
           --no-feature-limit \
           --detect-shared-borders \
           --coalesce-fraction-as-needed \
           --coalesce-densest-as-needed \
           --coalesce-smallest-as-needed \
           --increase-gamma-as-needed \
           --coalesce \
           --reorder \
           --minimum-zoom=0 \
           --maximum-zoom=16 \
           --force \
           --simplification=20 \
           -x DAUID -x DGUID -x LANDAREA -x PRUID \
           "output/canada-deprivation-buildings.geojson"

About

Canadian Index of Multiple Deprivation (2021) Mapped

License:MIT License


Languages

Language:Astro 59.3%Language:Python 36.6%Language:JavaScript 4.1%