MIERUNE / convert_fgd_dem

convert DEM ("xml" or "folder containing .xml" or ".zip containing .xml") to GeoTiff and Terrain RGB (Tiff).
https://mierune.co.jp/
MIT License
1 stars 2 forks source link

[improve]Unity exception classes #9

Open selfsryo opened 3 years ago

selfsryo commented 3 years ago

Now we use Exception, ValueError, AttributeError and et.ParseError as exception class. Unity them to ValueError or User-defined Exception class.