







Depth contours are essential chart features, portraying seabed morphology and delineating the depth areas used by navigation systems to assess route safety and trigger alarms. Their portrayal must ...

A cartographer posits that our maps should be messier. “The ...
A cartographer posits that our maps should be messier. “The idea that we must have a crisp line dividing one country from another is often inaccurate when it co
The Enshittification of Google Maps
Hi friends, Almost every time I drive down the West Side Highway in New York City, Google Maps tells me to get off at the ship terminal – even though I am...
Bézier Spline Simplification Using Locally Integrated Error Metrics
This summary was generated using automated tools and was not authored or reviewed by the article's author(s). It is provided to support discovery, help readers assess relevance, and assist readers from adjacent research areas in understanding the work. It is intended to complement the author-supplied abstract, which remains the primary summary of the paper. The full article remains the authoritative version of record. Click here to learn more.

Steam Community :: Guide :: Map Generation in Slay the Spire
In this brief guide I will try to explain the relevant information regarding Map Generation and maybe some new ways to look at the game....
Directional Wayfinding: Designing Seamless Navigation for Modern Spaces
The Importance of Directional Wayfinding
Aqua Coast — your coaster log
Log every roller coaster you've ridden — stored in your own AT Protocol PDS.

Chart Design Principles | Hands-On Data Visualization
Tell your story and show it with data, using free and easy-to-learn tools on the web. This introductory book teaches you how to design interactive charts and customized maps for your website, beginning with easy drag-and-drop tools, such as Google Sheets, Datawrapper, and Tableau Public. You will also gradually learn how to edit open-source code templates built with Chart.js, Highcharts, and Leaflet on GitHub. Follow along with the step-by-step tutorials, real-world examples, and online resources. This book is ideal for students, non-profit organizations, small business owners, local governments, journalists, academics, or anyone who wants to tell their story and show the data. No coding experience is required.
Straitsweeper
A tanker is transiting a mined strait. Sweep the route and mark the mines before it arrives.

Windsurf Codemaps: Understand Code, Before You Vibe It | Cognition
Codemaps is meant to offer a shared understanding of a system between humans and AI, enabling your AI to teach you about the code you are looking at quickly and elegantly. A codemap can be generated about any system or snippet to illuminate its code paths, helping users learn and recall. Codemaps allows AI to be a partner that explains code in an accurate and consistent way, rather than generating tons of inscrutable slop.

Wardley Maps & Pace Layering for Senior Tech Leads and Engineering Leaders
Intro to both tools, why they exist, how they overlap and pragmatic tips how to use them and when

kepano on Twitter / X
My design philosophy for @obsdmd: it should be intuitive for beginners but have infinite depth for advanced users.Like going to the beach. You start in the shallow waters, and can stay there as long as you like, or keep swimming out into the ocean.— kepano (@kepano) May 23, 2024
DR Group
For high-dimensional data, dimensionality reduction (DR) methods have been invaluable tools for human understanding, as they can map datasets into two or three dimensions for visualization, providing an intuitive way to understand the data. In recent years, tons of DR methods for data visualization have been proposed, and some are much better than others. In this blog post, we explore several DR methods, discuss how to determine which methods are effective, and explain why some are better than others.
Hive Plots - Linear Layout for Network Visualization - Visually Interpreting Network Structure and Content Made Possible
the hive plot is a perceptually uniform and scalable linear layout visualization for network visual analytics
Packing The World For Longest Lines Of Sight
I have a side project to find the longest line of sight on the planet1 using a novel Total Viewshed algorithm. At a resolution of 3 arc-seconds (~92m x 92m), the planet contains around 4.5 billion elevation samples2. Now obviously we don’t need to calculate the visibility between literally every single one of those, so how do we begin to cut it up? That’s what I’ll explore in this post.