Commit Graph

21 Commits (322ed6c73f525ec70f457d413f03aad9dd2863e9)

Author SHA1 Message Date
poikilos 322ed6c73f Create a custom converter for the geometry param. Improve help for backend. 2021-02-01 00:40:37 -05:00
poikilos 2b852a9077 accept negative numbers for geometry by bypassing argparser for that 2020-04-29 18:26:28 -04:00
poikilos fda8d5db15 Support backend option and i/o options like the C++ minetestmapper 2020-04-29 17:08:07 -04:00
poikilos 4502b5565e fix the use of join on an int list 2020-02-10 16:05:37 -05:00
poikilos f2e733bded remove extra parenthesis probably from 2to3 2020-02-10 15:33:45 -05:00
poikilos 5b6db13152 add code quality script; conform to PEP8
excluding bare except since correct exception is unknown; but including:
change ==None to is None
2020-02-10 15:29:30 -05:00
poikilos 6f918cc3b4 Improve documentation, move changes to CHANGELOG.md 2020-02-10 12:39:50 -05:00
poikilos 2768ecc639 remove redundant and repeated traceback and exception output
and clarify exceptions
2020-02-10 11:51:25 -05:00
poikilos cd6c6b7acc Switch to BytesIO; revert ignoring of minetestmapper-numpy exceptions
resolves #3
2020-02-10 11:11:37 -05:00
poikilos f6847b31d4 Run 2to3, and manually fix string.* calls and file(...)
resolves #1
2020-02-09 15:28:09 -05:00
poikilos bf987909af correct syntax 2018-04-25 10:59:28 -04:00
poikilos be1768a8aa show correct python version in help text 2018-04-25 10:57:00 -04:00
poikilos bb4f18713f show missing Pillow error instead of traceback 2018-04-25 10:51:30 -04:00
poikilos ca1c9074f2 account for new variable name (map to internal name) 2018-04-25 10:01:23 -04:00
poikilos 430fe4c7e1 fix use of args with hyphen 2018-04-25 09:39:22 -04:00
poikilos f4b073e572 use new arg names YMAX and YMIN 2018-04-25 09:35:19 -04:00
expertmm d6a1ab19cd reduce exception output
or repeated exception outputs hundreds of MB to stdout
2018-02-15 19:49:36 -05:00
expertmm 36f6983799 conforming params to official minetestmapper 2018-02-15 19:11:21 -05:00
expertmm ee9560b277 start conforming params to official minetestmapper 2018-02-15 18:51:04 -05:00
expertmm f32ae09e2c detect colors.txt, more stdout; numpy: fix crash 2018-02-15 18:02:31 -05:00
Jacob Gustafson e7cd266980
commit last maintained spillz version
from https://github.com/spillz/minetest/blob/master/util/minetestmapper-numpy.py
2018-02-15 16:40:18 -05:00