Bathymetric Map Uses Edge Lighting To Stunning Effect

A bathymetric map is one concerning the floor or bottom of a body of water. It’s the wet equivalent of a topographical map. Combine this with humanity’s inherent taste in seaside real estate, and they can be quite attractive when done correctly. We’d say this effort from [pubultrastar] hits the mark.

Created as a commission piece, the subject of the map is Tichigan Lake in Wisconsin, USA. Made on a Glowforge laser cutter, the design is built of layers of lasercut wood stacked up to represent the natural contours of the bottom of the lake. There’s also a layer of acrylic included, to which special standoffs are fitted. These standoffs hide blue LEDs inside, which allow the acrylic to be edge lit without the LEDs themselves being visible.

The final effect is impressive, with the blue water contrasting artfully with the laser-engraved wood front panel when the lights are turned on. It’s an excellent conversation piece, particularly for those with a waterfaring bent. It’s not the first bathymetric map we’ve featured, either, with this book serving as a particularly stunning example.

The Heat Of The Moments – Location Visualization In Python

Have you ever taken a look at all the information that Google has collected about you over all these years? That is, of course, assuming you have a Google account, but that’s quite a given if you own an Android device and have privacy concerns overruled by convenience. And considering that GPS is a pretty standard smartphone feature nowadays, you shouldn’t be surprised that your entire location history is very likely part of the collected data as well. So unless you opted out from an everchanging settings labyrinth in the past, it’s too late now, that data exists — period. Well, we might as well use it for our own benefit then and visualize what we’ve got there.

Location data naturally screams for maps as visualization method, and [luka1199] thought what would be better than an interactive Geo Heatmap written in Python, showing all the hotspots of your life. Built around the Folium library, the script reads the JSON dump of your location history that you can request from Google’s Takeout service, and overlays the resulting heatmap on the OpenStreetMap world map, ready for you to explore in your browser. Being Python, that’s pretty much all there is, which makes [Luka]’s script also a good starting point to play around with Folium and map visualization yourself.

While simply just looking at the map and remembering the places your life has taken you to can be fun on its own, you might also realize some time optimization potential in alternative route plannings, or use it to turn your last road trip route into an art piece. Just, whatever you do, be careful that you don’t accidentally leak the location of some secret military facilities.

[via r/dataisbeautiful]

3 Words To Describe Any Spot On Earth

For quite a long while now, latitude and longitude has been the way humankind has navigated the globe. This is a perfectly workable system, but it’s a little overwrought for daily use by the layperson. What3Words seeks to provide a simpler solution.

The system is based on splitting the surface of the globe into a grid of 3 m x 3 m sections. This includes oceans and bodies of water. With the grid layed out, each section is given a name consisting of three English words strung together. For example, ///eggs.form.breakfast denotes a spot in the outskirts of Chengdu, China, while ///crops.cards.gifts is a good approximation of that spot where the Naked Cowboy hangs out in Times Square, New York.

Addresses in this format are written with three leading forward slashes, along with a dot between each word. An attempt has been made to only use uncontroversial words, as well as to make sure no crude addresses are created by awkward combinations. Don’t worry, we checked – but if you do find anything good, drop it in the comments below.

It’s a tool that’s been around for a while, but an interesting one nonetheless. It’s something that needs a wider societal acceptance to become truly useful; we imagine it could be good in a small social circle once everyone is familiar with it. It may yet catch on – only time will tell!

Smart Map Puts On A Show Thanks To Arduinos And DMX

Maps can be a great way to get a message across when the data you’re dealing with affects people on a country’s population scale. [jwolin] works for a non-profit organization, and wanted a way to help people visualize the extent of their operations and the causes they deal with. To do that, he created a nifty smart map wall display.

The display consists of a world map cut out of MDF, and affixed to a brick wall. There’s also two 4K Samsung monitors included as part of the system. The top monitor displays headings to contextualise the data, while the bottom screen displays related full motion video. A series of DMX-controlled lights then shine on the world map in various configurations to highlight the area of interest.

The system requires delicate coordination to operate cleanly and smoothly. There are three Windows 10 computers in the system, one for each monitor and another for the world map. An AutoHotkey script runs on the first computer, which selects a random video, and then sends out a command over serial to an Arduino Nano. This Arduino nano then communicates with two others, which make sure the second screen and DMX lighting rig then play the correct matching sequences, in time with the main video. Special care is taken to ensure that transitions are as smooth as possible, with no gaps in between each sequence. The entire installation is simple to update just by uploading additional content to a Dropbox folder, a crucial touch to future proof the project.

It’s an eye-catching system that helps educate visitors as to the mission of the organisation. We’ve seen other innovative world-map displays, like this clock that highlights night and day around the world. Video after the break.

Continue reading “Smart Map Puts On A Show Thanks To Arduinos And DMX”

The Illuminated Waterways Of The United States

A recent convert to the ways of the laser cutter, redditor [i-made-a-thing] was in want of a project and — stumbling on some waterways maps on Etsy — launched into fabricating an illuminated map of all the waterways in the United States.

The map itself was laser-cut out of 1/4 inch plywood at his local makerspace. Thing is, smaller rivers and tributaries were too narrow at the scale [i-made-a-thing] wanted, so he ended up spending several hours in Photoshop preparing the image so larger rivers would be laser-cut — and not break off– while the rest would be etched onto the surface. After testing the process by making a few coasters, he was ready to get started on the real deal.

Continue reading “The Illuminated Waterways Of The United States”

Manhattan Marauder’s Map

If you solemnly swear that you are up to no good, and you happen to spend most of your time in Manhattan below the mid-90s, then you will appreciate this Raspberry Pi-based Manhattan Marauder’s Map.

Not that a Harry Potter-themed map was necessarily [GawkyFuse]’s intention when creating this interesting build; it’s just that the old-time print of Manhattan — it shows Welfare Island in the East River, which was renamed Roosevelt Island in 1971 — lends a nice vintage feel to the build. Printed on plain paper, the map overlays a 64×32-LED matrix, which is driven by a matrix HAT riding atop the Pi 3.

[GawkyFuse] uses the OwnTracks app on his and his wife’s iPhone to report their locations back to CloudMQTT. The Pi subscribes to the broker and updates his location in red and her location in blue as they move about the city; a romantic touch is showing a single purple dot when they’re together. There’s no word on what’s displayed when either leaves the map area, but the 2048-pixel display offers a lot of possibilities.

We’ve seen a Weasley clock or two around these parts before, but strangely no Marauder’s Maps like this one. Although this Austrian tram-tracking map comes pretty close to [GawkyFuse]’s nice design.

[via r/raspberry_pi]

Pokemon Go – Bot Edition

A wild Python appeared, and it wants to play Pokemon Go. Python bots are taking over the game when you can’t, and they are good. Since you’re likely to bump into one sooner or later, here’s an overview:

One of the first workable bots and the origin of a lot of (dirty) code, as well as the (not dirty at all) Pokemon Trainer Club client secret, is [Mila432’s] Pokemon Go Bot. One of his initial goals was to make better sense of the API, which worked out better than he hoped.

Not wanting to impetuously destroy the numerous helpful applications that had been built upon the already partially known API, he decided to keep the project off Niantic’s radar. The most recent (and most powerful) version of his bot has not been released. The current version works fine within its limited functionality: Wandering around and looting Pokestops.

Continue reading “Pokemon Go – Bot Edition”