Tag Archive for: cisterns

Cistern Mapping Project…with Bikes

Do you like riding bikes and mapping urban space?

On October 11th, 2015, I will be leading the Cistern Mapping Project, which will be an urban treasure hunt, where we document and geolocate all of the 170 (or so) Cisterns of San Francisco.

The easiest way to let me know you want to participate is to sign up with this contact form. This will email me (Scott Kildall) and I can give you some more exact details.

The plan
We will meet at a specific location in the Mission District at 11am on Sunday, October 11th. I am hoping to gather about 20 riders, paired up in groups. Each will be provided with a map of approximate locations of several cisterns.

The pair will find the search for the exact location of each brick circle, photo-document it and get the geolocation (latitude + longitude) of the cistern, using an app on their iPhone or Android. Plan for 4-5 hours or so of riding, mapping, documenting and tweeting.

The background story
Underneath our feet, usually marked by brick circles are cisterns, There are 170 or so of them spread throughout the city. They’re part of the AWSS (Auxiliary Water Supply System) of San Francisco, a water system that exists entirely for emergency use and is separate from the potable drinking water supply and the sewer system.

cistern-mapping

In the 1850s, after a series of Great Fires in San Francisco tore through the city, 23 (or so) cisterns were built. These smaller cisterns were all in the city proper, at that time between Telegraph Hill and Rincon Hill. They weren’t connected to any other pipes and the fire department intended to use them in case the water mains were broken, as a backup water supply.

They languished for decades. Many people thought they should be removed, especially after incidents like the 1868 Cistern Gas Explosion.

However, after the 1906 Earthquake, fires once again decimated the city. Many water mains broke and the neglected cisterns helped save portions of the city. Afterward, the city passed a $5,200,000 bond and begin building the AWSS in 1908. This included the construction of many new cisterns and the rehabilitation of other, neglected ones. Most of the new cisterns could hold 75,000 gallons of water. The largest one is underneath the Civic Center and has a capacity of 243,000 gallons.

cistern_main

Augmenting an Existing Map
Last year, as part of the Creative Code Fellowship between Stamen Design, Gray Area and Autodesk, I worked on a project called Waterworks, which mapped the San Francisco water infrastructure as a series of 3D prints and web maps.

As part of this project, I created an interactive web map of the San Francisco Cisterns (the only one), based on the intersections listed in the SFFD water supplies manual. However, this map is less-than-complete.

The problem is that the intersections are approximate and are sometimes a block or so away. They are inaccurate. Also, there are very few photographs of the brick circles that make the San Francisco cisterns. I think it would be an urban service to map these out for anyone to look at.

The goal will be to geolocate (lat + long) cistern location, photograph the bricks that (usually) mark them and produce a dataset that anyone can use. cistern-web-map

A Live Twitter Performance…on bikes

This will be a live Twitter event, where we update each cistern location live using Twitter and Google docs, adding photographs and building out the cistern map in real-time.

Bikes are the perfect mode of transport. Parking won’t be an issue and we can conveniently hit up many parts of the city.

Will we map all of these cisterns? This is up to you. Contact me here if you would like to join.

 

WaterWorks: From Code to 3D Print

In my ongoing Water Works project —  a Creative Code Fellowship with Stamen DesignGray Area and Autodesk — I’ve been working for many many hours on code and data structures.

The immediate results were a Map of the San Francisco Cisterns and a Map of the “Imaginary Drinking Hydrants”.

However, I am also making 3D prints — fabricated sculptures, which I map out in 3D-space using and then 3D print.

The process has been arduous. I’ve learned a lot. I’m not sure I’d do it this way again, since I had to end up writing a lot of custom code to do things like triangle-winding for STL output and much, much more.

Here is how it works. First, I create a model in Fusion 360 — an Autodesk application — which I’ve slowly been learning and have become fond of.

Screen Shot 2014-08-21 at 10.12.47 PM

From various open datasets, I map out the geolocations locations of the hydrants or the cisterns in X,Y space. You can check out this Instructable on the Mapping Cisterns and this blog post on the mapping of the hydrants for more info. Using OpenFrameworks — an open source toolset in C++, I map these out in 3D space. The Z-axis is the elevation.

The hydrants or cisterns are both disconnected entities in 3D space. They’d fall apart when trying to make a 3D print, so I use Delaunay triangulation code to connect the nodes as a 3D shape.

Screen Shot 2014-08-21 at 10.07.59 PMI designed my custom software to export a ready-to-print set of files in an STL format. My C++ code includes an editor which lets you do two things:

(1) specify which hydrants are “normal” hydrants and which ones have mounting holes in the bottom. The green ones have mounting holes, which are different STL files. I will insert 1/16″ stainless steel rod into the mounting holes and have the 3D prints “floating” on a piece of wood or some other material.

(2) my editor will also let you remove and strengthen each Delaunay triangulation node — the red one is the one currently connected. This is the final layout for the print, but you can imagine how cross-crossed and hectic the original one was.

Screen Shot 2014-08-21 at 10.08.44 PM

Here is an exported STL in Meshlab. You can see the mounting holes at the bottom of some of the hydrants.
Screen Shot 2014-08-21 at 10.20.13 PM

I ran many, many tests before the final 3D print.

imaginary_drinking_faucets

And finally, I setup the print over the weekend. Here is the print 50 hours later.
on_the_tray

It’s like I’m holding a birthday cake — I look so happy. This is at midnight last Sunday.scott_holding_tray

The cleaning itself is super-arduous.

scott_cleaning

And after my initial round of cleaning, this is what I have.hydrats_roughAnd here are the cistern prints.

cisterns_3d

I haven’t yet mounted these prints, but this will come soon. There’s still loads of cleaning to do.