baylejs

Results 3 comments of baylejs

I got it working. Basically have to use scipy.griddata() to re-grid input on a regularly spaced output grid for zmap file format. In the following code, xi, yi are in...

Yes, been fighting this too. I changed the format string to general "{0:>{1}.{2}g}" and tested the import of the resulting file. Value by value basis would be best as you...

I had to spend a little more time on this for reading zmap file into a legacy mapping application. Got it working nicely now. In zmap.py use a string for...