A demo of Mike Bostock’s TopoJSON using states & provinces boundaries from Natural Earth.
With simplification turned on (-s 100
), this reduces the original 57MB GeoJSON file to a mere 515KB!
A demo of Mike Bostock’s TopoJSON using states & provinces boundaries from Natural Earth.
With simplification turned on (-s 100
), this reduces the original 57MB GeoJSON file to a mere 515KB!
For a variety of reasons, my Papers2 library folder (~/Library/Application Support/Papers2
) was cluttered with many duplicate papers, generally only one of which was linked to a document in Papers2. Here is how I cleaned it up.
cd ~/Library/Application\ Support
.open .
Papers2
folder to the Desktop. This is your backup.cmd+,
, select Library, select Add next to "Rename files in library folder as:", and select Separator -> _ then click Apply.find ./ -iregex ".*[^_]\.pdf" -delete
find ./ -iregex ".*[^_]\.pdf"