A toolkit for calculations a field geologist would need
I used to be an exploration geologist, and these calculations are the type of thing I did all the time. There are other softwares out there but non that run in a browser. I also want decent project to build using Rust so I can get a better grip on the language.
Build a toolkit with a crate and web interface for doing basic geology calculations. Something like the old geo-calc but on the web.
- Build a CLI tool for reading un-oriented drill hole data from CSV and outputting oriented values.
- Publish a crate that other could use to build similar applications.
- Build a web interface that uses a WASM compilation of the library to orient drill holes.
- Use React-three-fibre to build a lower hemisphere equal angle stereo net which has the measurements plotted on it.