prashtx / cheatsheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cheatsheet

R/ggplot2 intro

ggplot2 docs

GitHub/git cool features

Misc

cat rng.geojson | jq '.features |
to_entries[] |
{type:"FeatureCollection",
features: [{ geometry: .value.geometry, type: .value.type, properties: {color: ("COLOR" + (.key % 5 | tostring)) } }] }
' | less

About