open-forest-observatory / geograypher

Multiview Semantic Reasoning with Geospatial Data
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

Create utility function to ensure folder exists for saving a file #104

Closed russelldj closed 2 months ago

russelldj commented 3 months ago

This pattern is repeated frequently across the codebase Path(output_filename).parent.mkdir(parents=True, exist_ok=True). It's annoying and confusing to write all the time so it should be a utility function.

russelldj commented 2 months ago

closed by 5f58a24