diff --git a/_posts/2023-08-17-maps.md b/_posts/2023-08-17-maps.md index 45a84f1..bc6d26d 100644 --- a/_posts/2023-08-17-maps.md +++ b/_posts/2023-08-17-maps.md @@ -2,8 +2,8 @@ title: "WIP: Maps Maps Maps" layout: post excerpt: | + I want to make some really big laser etched maps. -# hide_image: true image: /assets/blog/maps/tests.jpeg --- @@ -143,4 +143,7 @@ Insp: https://blog.usedbytes.com/2022/06/3d-printed-terrain-models-using-os-open https://gis.stackexchange.com/questions/186808/how-to-create-high-quality-map-with-qgis-and-stamen-tiles https://anitagraser.com/2014/05/31/a-guide-to-googlemaps-like-maps-with-osm-in-qgis/ https://github.com/anitagraser/QGIS-resources/tree/master/qgis2/osm_spatialite + +Map tile layers: +https://maps.nls.uk/projects/api/#layers --> diff --git a/_posts/2024-08-23-weekend_builds-1.md b/_posts/2024-08-23-weekend_builds-1.md new file mode 100644 index 0000000..a8a7ab9 --- /dev/null +++ b/_posts/2024-08-23-weekend_builds-1.md @@ -0,0 +1,149 @@ +--- +title: "Weekend builds: Lasercut stool + Shelf." +layout: post +excerpt: | + It's nice when a project can be done in just a few days. + +image: /assets/blog/weekend_builds_1/stool.jpeg +--- + +There's something fascinating about maps. I particularly love how they have this kind of fractal level of detail as you zoom in and out. Look at this one, I really like the minimalist black and white design. + + + + + + + +
+
+
+
+The black and white map tiles are from Stamen design, essentially a really nice style sheet on top of © OpenStreetMap contributor data. The rest are OS Maps from the National Library of Scotland. The viewer is leaflet.js. I used CSS container queries to make this a nice square shape. +
+
+ + + + +In related news, my excellent [co-working space / carpentry workshop / pottery studio](https://www.r-a-r-a.com/) currently has a massive laser cutter which we may or may not keep for the long term. + +
+ +
+The laser cutter can do either a raster or vector. Here is a raster into some birch plywood. They're 10cm square with slightly different settings. +
+
+ +Given the laser cutter is so massive I thought it might be fun to try to produce a huge map. There's a spot at the top of the stairs in our flat that I think could be nice for it. My partner and I have always always lived somewhere in this vertical strip of london so the tall thin shape has some significance. + +
+ +
+A blender render of what it might look like based on a 3D scan of my flat. This took all my very rudimentary new blender skills to put together. +
+
+ +
+ + +
+Here's a 3D version. I got the scan with the lidar scanner on an ipad. +
+
+ +Given how long those took to cut, I'm thinking that I'll split the design into multiple panels so I don't have to babysit the laser cutter for 24 hours. + + diff --git a/_sass/blogroll.scss b/_sass/blogroll.scss index 271cf90..9bd2801 100644 --- a/_sass/blogroll.scss +++ b/_sass/blogroll.scss @@ -3,4 +3,11 @@ h2.blogroll-title { text-decoration: none; } +} + +//clamp the size of the images on the blog roll +figure.blogroll > img, figure.blogroll > svg { + max-width: 100% !important; + margin-bottom: 0; + border-radius: 1em; } \ No newline at end of file diff --git a/_sass/thesis.scss b/_sass/thesis.scss index 5f5f491..b725a51 100644 --- a/_sass/thesis.scss +++ b/_sass/thesis.scss @@ -16,11 +16,6 @@ figure { // padding-top: 1em; } -//clamp the size of the images on the blog roll -figure.blogroll > img, figure.blogroll > svg { - max-height: 300px; -} - figure > img, figure > svg { max-width: 90% !important; margin-bottom: 2em; diff --git a/assets/blog/weekend_builds_1/stool.jpeg b/assets/blog/weekend_builds_1/stool.jpeg new file mode 100644 index 0000000..1aeb520 Binary files /dev/null and b/assets/blog/weekend_builds_1/stool.jpeg differ