From: Curtis R. <ctr...@wi...> - 2017-08-30 12:23:30
|
Hi Yaqiang, > Another way is to develop Numpy like functions using Java and Jython. A powerful N-dimensional array computing library written in Java is ImgLib2 [1]. It is the core image processing library of ImageJ [2], which integrates with Jython as a scripting language [3]. The ImageJ application provides a script editor in which Jython can be used, and ImageJ can be invoked from Jython scripts via its API. Regards, Curtis [1] http://imglib2.net/ [2] https://imagej.net/ [3] https://imagej.net/Jython -- Curtis Rueden LOCI software architect - https://loci.wisc.edu/software ImageJ2 lead, Fiji maintainer - https://imagej.net/User:Rueden Did you know ImageJ has a forum? http://forum.imagej.net/ On Wed, Aug 30, 2017 at 1:09 AM, Yaqiang Wang <yaq...@gm...> wrote: > One of the deal ends of Jython is no multi-dimensional array computing > library like Numpy of CPython. JyNI is a good solution to support Numpy > from Jython. Another way is to develop Numpy like functions using Java and > Jython. I am working on a software of MeteoInfo which has now fulfilled > many functions of Numpy, Matplotlib and Basemap only use Jython and Java. > MeteoInfo is free and open source under LGPL license ( > http://www.meteothinker.com/). Welcome to use and develop it. > > Regards > Yaqiang > ------------------------------ > ************************************************* > Dr. Yaqiang Wang > Chinese Academy of Meteorological Sciences (CAMS) > 46, Zhong-Guan-Cun South Avenue > Beijing, 100081 > China > > yaq...@gm... > > http://www.meteothinker.com > *https://www.researchgate.net/profile/Yaqiang_Wang5 > <https://www.researchgate.net/profile/Yaqiang_Wang5>* > ************************************************** > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > _______________________________________________ > Jython-users mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-users > > |