Re: [JPP-Devel] An attempt to build an "Export to ascii raster grid" plugin for OJ

2013-07-17 Thread Stefan Steiniger
Hi Peppe, thanks for you work! By now I am not having any suggestions yet. However, a question I have is: Do we not have any TIF export in OJ that avoids use of jai? We really need to try to avoid JAI, because the OSGeo LiveDVD works only with OpenJDK (as far as I know). Can you push the code

[JPP-Devel] JAI vs. openjdk WAS:Re: An attempt to build an "Export to ascii raster grid" plugin for OJ

2013-07-17 Thread edgar . soldin
On 17.07.2013 17:38, Stefan Steiniger wrote: > By now I am not having any suggestions yet. > However, a question I have is: Do we not have any TIF export in OJ that > avoids use of jai? We really need to try to avoid JAI, because the OSGeo > LiveDVD works only with OpenJDK (as far as I know). th

Re: [JPP-Devel] JAI vs. openjdk WAS:Re: An attempt to build an "Export to ascii raster grid" plugin for OJ

2013-07-17 Thread edgar . soldin
On 17.07.2013 17:57, edgar.sol...@web.de wrote: > On 17.07.2013 17:38, Stefan Steiniger wrote: >> By now I am not having any suggestions yet. >> However, a question I have is: Do we not have any TIF export in OJ that >> avoids use of jai? We really need to try to avoid JAI, because the OSGeo >> L

Re: [JPP-Devel] JAI vs. openjdk WAS:Re: An attempt to build an "Export to ascii raster grid" plugin for OJ

2013-07-17 Thread Stefan Steiniger
thanks Ede. after reactivating my french: *lol* Am 17.07.13 12:13, schrieb edgar.sol...@web.de: > On 17.07.2013 17:57, edgar.sol...@web.de wrote: >> On 17.07.2013 17:38, Stefan Steiniger wrote: >>> By now I am not having any suggestions yet. >>> However, a question I have is: Do we not have any T

Re: [JPP-Devel] An attempt to build an "Export to ascii raster grid" plugin for OJ

2013-07-17 Thread Stefan Steiniger
Hi Peppe, well.. you kind of answered most of it ;) So If you have uploaded the code I will hopefully find some time to check in the next days. As far as I recall, getting the original data is fairly easy (just using some other function that returns the same data-type) - but well, I programmed

Re: [JPP-Devel] JAI vs. openjdk WAS:Re: An attempt to build an "Export to ascii raster grid" plugin for OJ

2013-07-17 Thread Giuseppe Aruta
Hi Ede, I came to sanselan, too. I was not able to use their svn with Eclipse. Peppe 2013/7/17 > On 17.07.2013 17:57, edgar.sol...@web.de wrote: > > On 17.07.2013 17:38, Stefan Steiniger wrote: > >> By now I am not having any suggestions yet. > >> However, a question I have is: Do we not have

Re: [JPP-Devel] JAI vs. openjdk WAS:Re: An attempt to build an "Export to ascii raster grid" plugin for OJ

2013-07-17 Thread Giuseppe Aruta
Maybe here: https://repository.apache.org/content/groups/snapshots/org/apache/commons/commons-imaging/1.0-SNAPSHOT/ 2013/7/17 Giuseppe Aruta > Hi Ede, > I came to sanselan, too. I was not able to use their svn with Eclipse. > > Peppe > > > 2013/7/17 > > On 17.07.2013 17:57, edgar.sol...@web.d

Re: [JPP-Devel] JAI vs. openjdk WAS:Re: An attempt to build an "Export to ascii raster grid" plugin for OJ

2013-07-17 Thread Michaƫl Michaud
Hi, If you want to play with apache library, you should look at commons-imaging which is the new name of commons-sanselan. https://repository.apache.org/index.html#nexus-search;quick~commons-imaging I had a look to it a few weeks ago for another project, and I had a good experience with it but -

Re: [JPP-Devel] OSM file reader - started development

2013-07-17 Thread Rahkonen Jukka
Stefan Steiniger wrote: > Hi Landon, > Am 08.07.13 11:30, schrieb Landon Blake: >> Stefan: >> You wrote: "Anybody an idea how to put all the tags?" >> You could "prescan" the OSM file to make a list of all the tags used in >> the file. Then create a feature schema with an attribute for each tag.