MaffooClock / MrRadar

A Python utility that generates a map and imagery frames from raw NEXRAD data
MIT License
0 stars 0 forks source link

Configurable root output path, separate image output path #17

Open MaffooClock opened 12 hours ago

MaffooClock commented 12 hours ago

This PR addresses the proposed solutions in Issue #16.

There is now an option to specify a root output path, which is where the cache JSON file will be saved. The default image output path (or a provided directory/path name) will be relative to the root output path. The image output path can be located outside of the root path by providing an absolute path.

Other tweaks were applied along the way.