From af382a324be36870ee17ad2068f06fc204dd2932 Mon Sep 17 00:00:00 2001 From: Max Niederman Date: Thu, 31 Oct 2024 23:23:42 -0700 Subject: [PATCH] posts/geocoding: create outline --- .../memorable-geocoding.mdx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/content/posts/memorable-geocoding/memorable-geocoding.mdx diff --git a/src/content/posts/memorable-geocoding/memorable-geocoding.mdx b/src/content/posts/memorable-geocoding/memorable-geocoding.mdx new file mode 100644 index 00000000..a0ec2d8d --- /dev/null +++ b/src/content/posts/memorable-geocoding/memorable-geocoding.mdx @@ -0,0 +1,18 @@ +--- +slug: geocoding +title: "Short, Memorable Addresses for Every Square Meter of the Earth" +published: 2024-10-31 +updated: 2024-10-31 +--- + +## Why? (and Preview) + +## First Attempt: Latitude & Longitude + +## Second Attempt: Fibonacci Spiral + +### Augmented with Z-Order Curves + +## Final Attempt: Population Centers + +- Histogram of population density \ No newline at end of file