Closed
Description
Is your feature request related to a problem? Please describe.
Unlike gj.Map
, gj.Map3D
doesn't have save method.
Describe the solution you'd like
To have consistent API, I suggest adding save method. Unlike gj.Map
, gj.Map3D
renders the image into tiff, but the save method should allow any image format. Pillow library could be used, it's already dependency.