
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
atlas-magic
Advanced tools
This tool will:
-> download a shp file from CDN
-> apply an optional filter
-> converts to topojson
-> simplify geometries while preserving topology
npx atlas-magic us-rivers > newtopojson.json
Watch the magic happen...
#atlas-magic <command> [options…] <>
where <command> is:
us-counties, us-cities, us-rivers, us-states, combine-topo
[options...]
key | default | example |
---|---|---|
--listfile | myFIPScodes.csv (used for filtering) | |
--filterkey | FIPS | |
--max | 100000 | for population (when applied) |
--simplify | 0.006 | |
--quantize | 1e6 |
$ atlas-magic us-cities --max 250000 > cities_over_250k.json
$ atlas-magic us-counties --listfile fips_codes.csv > my-us-counties.json
$ atlas-magic us-rivers > us-rivers.json
$ atlas-magic us-states > us-states.json
$ atlas-magic us-states > us-states.json
$ atlas-magic us-counties --listfile fips_codes.csv > us-counties.json
$ atlas-magic combine-topo us-states.json us-counties.json > us-states-with-counties.json
FAQs
a magic CLI for making GIS data files (topojson, geojson)
The npm package atlas-magic receives a total of 12 weekly downloads. As such, atlas-magic popularity was classified as not popular.
We found that atlas-magic demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.