Friday, July 29, 2022

Grafenloch and Rossstall cave maps

 

I visited these caves last year, but now have software to produce a map of them.

The "Cave Outliner" open source toolkit that I wrote will convert 3D models in STL format to maps that have cave names, locations, coordinates, plan view maps, cross-section etc. automatically. See GitHub for further information on this software.

So I sat down and run the software on the two German caves from last year's visit. Neither the models are always perfect (I had to fill in manually some parts that the sensor did not reach) nor does the tool always produce good results (I had to edit the entrance drawing it made automatically). But, at least this is already faster work process than drawing everything manually...

To give you an example of the work process, here's what I did for the Grafenloch cave:

  1. Recorded the cave model using the Polycam app on iPhone 12 Pro.
  2. Exported the model in GLTF/GLB format from Polycam to iCloud.
  3. Downloaded the iCloud file to my computer.
  4. Opened the file in Blender to do any editing, rotation, etc. of the model.
  5. Saved the model in Blender (.blend) and STL formats (.stl) using the "Save" and "Export" commands in Blender.
  6. Run the cave-outliner tool using the following command line:
                cave-outliner    --auto                                                                                 \
                         --crosssection y 0 Grafenloch-Map-Y.svg                         \
                     --crosssection x 2.2 Grafenloch-Map-X.svg                      \
                         --name "Grafenloch" --location "Oberaudorf, Germany"   \
                     --coordinates "N 47.640813 E 12.164877"                        \
                                         Grafenloch-3D-STL.stl Grafenloch-Map.svg
  1. Opened the resulting Grafenloch-Map.svg file in Apple's Graphic tool.
  2. Made any edits needed and saved in Graphic format (.idraw) and as PDF/JPG (.pdf and .jpg).
  3. Copied the results to my website.
The Grafenloch map is above (the opening picture) and the cave model is below: The map is though perhaps best viewed as a PDF using this link. And you can rotate the model on your own browser screen here.


Similarly, the Rossstall models and maps are below (and map PDF link is here). The rotatable model can be found here.



This article has also been published at TGR. Read more urban exploration stories from theurbanexplorer.net, and other underground stories from planetcaver.net. Read the full Planetskier series at planetskier.net, or all blog articles from Blogspot or TGR. Photos, videos, models, maps, and text (c) 2021-2022 by Jari Arkko. All rights reserved.

No comments:

Post a Comment