Re: [Geotools-devel] Why are images going in to our clean SVN?

2008-05-30 Thread Christian Müller
Some questions: 1) Should I rename gt-imagemosaicJDBC to gt-imagemosiac-jdbc ? 2) For testing I decided to use 3 pyramids, the third pyramid contains only 1 image. The biggest dir contains the tiles for the original image, using 9.6 MB. The whole src dir needs 16 MB. I found some modules whi

Re: [Geotools-devel] Why are images going in to our clean SVN?

2008-05-30 Thread Christian Müller
I refactored the tests and save 8 MB, now using 7.8 MB. The changes have been commited. Renaming will be done next week since I am out of time now Cheers christian Daniele Romagnoli writes: > On Fri, May 30, 2008 at 3:04 PM, Andrea Aime <[EMAIL PROTECTED]> wrote: > >>

Re: [Geotools-devel] What are the plans for gt2 2.6.0?

2008-07-30 Thread Christian Müller
For me there is an important issue. Is it possible to remove the sun-sdk dependencies. My deployment platforms are Linux/zOS AIX Linux on power pcc There is no Sun support one these platforms and each "mvn install" drives me crazy. Am I alone or are there others not deploying on intel archi

Re: [Geotools-devel] Tests against IBM products

2008-08-05 Thread Christian Müller
Andrea Aime writes: > Christian Müller ha scritto: >> I can help in testing against DB2. At them moment I have access to db2 >> on linx/386, windows, aix, linux ppc and on z/os. Let me know. >> The same holds true for Websphere Application Server. > > That's

Re: [Geotools-devel] Tests against IBM products

2008-08-05 Thread Christian Müller
, Errors: 0, Skipped: 0 Is that ok Andrea Aime writes: > Christian Müller ha scritto: >> Andrea Aime writes: >>> Christian Müller ha scritto: >>>> I can help in testing against DB2. At them moment I have access to db2 >>>> on linx/386, w

[Geotools-devel] GEOT-1946, DB2 Online Tests

2008-08-11 Thread Christian Müller
Hy Dave, regarding the online tests I found out that they are working only on a Windows box using the DB2 standard installation. Is it ok to eleminate the dependencies, commit and close this issue. I have the possibility to test on Windows, Linux, Linux z/OS, Linux ppc and AIX, all running a d

[Geotools-devel] Quick Fix for CharsetConverterFactoryTest

2008-08-11 Thread Christian Müller
in CharsetConverterFactoryTest>>testStringToCharset is a line assertEquals( "UTF-8", charset.displayName() ); This does not work on an ibm sdk because the method displayName gives a much longer description. charset.name() works on both sun and ibm sdk, is it ok to fix and commit ?

[Geotools-devel] FormatTest does not work on an ibm sdk

2008-08-12 Thread Christian Müller
Method FormatTest>>testCoordinateFormat(). The following 2 lines cause the problem: 1) assertEquals("23°46,8'E 12°44,4'S 127,9\u00A0m 4 janv. 2003", format.format(position)); 2) assertEquals("23°46,8'E; 12°44,4'S; 127,9\u00A0m; 4 janv.2003", format.format(position)); An ibm sdk produces a d

[Geotools-devel] VisitorCalculationTest does not run on an ibm sdk

2008-08-12 Thread Christian Müller
Method VisitorCalculationTest>>testUnique The following code sequence causes the problem: Object[] array = uniqueResult3.toArray(); assertEquals(3.0, ((Double)array[0]).doubleValue(), 0); assertEquals(2, ((Integer)array[1]).intValue(), 0); assertEquals(4, ((Integer)

[Geotools-devel] sun sdk 1.6 and im sdk 1.5 issue

2008-08-19 Thread Christian Müller
Both on sun sdk 1.6 and ibm sdk 1.5 the following test fail Failed tests: testFindWSG84(org.geotools.referencing.factory.epsg.HsqlDialectEpsgMediator Test) testFindWSG84(org.geotools.referencing.factory.epsg.HsqlDialectEpsgFactoryT est) Some times only, the following tests fail: testFi

Re: [Geotools-devel] New Oracle data store, new jdbc modules

2008-08-28 Thread Christian Müller
I am missing DB2. Until now I have not studied this module but i am used to work with jdbc and db2. Perhaps I could do this part. Andrea Aime writes: > Hi all, > as some of you may know, the H2 module Justin has been > working on has been created to full fill two purposes: > - be a H2 dat

Re: [Geotools-devel] New Oracle data store, new jdbc modules

2008-08-28 Thread Christian Müller
I see there is a org.geotools.data.mysql package in the gt-h2 project. Is this ok ?. If it is, should I start with an org.geotools.data.db2 package and start with the db2 stuff. christian Andrea Aime writes: > Christian Müller ha scritto: >> I am missing DB2. Until now I

[Geotools-devel] (no subject)

2008-09-01 Thread Christian Müller
Since I need the db2 plugin I tested the following: 1) Duplicate all classes from org.geotools.data.mysql, renaming MySql* to DB2*. 2) Adapting the classes and tests for DB2 Spatial Extender 3) Copy DB2SqlEncoder from David Now I am tried to run the tests. 90% of them result in failures or e

Re: [Geotools-devel] Some issues with BBoxImpl

2008-09-03 Thread Christian Müller
Nice to get your mail, yesterday I paused my db2 spatial extender implementation because of the SRID problem. Some inputs from me and the DB2 front. 1) The Native SRID used in DB2 does not directly determine a CRS. The SRID determines the extent of a SRS and the accuracy of the calculations.(

[Geotools-devel] Migration the db2 plugin to the new design in the h2 module

2008-09-11 Thread Christian Müller
During the last days I had same mail traffic with David Adler and concerning the db2 plugin we agreed on the following 1) We want to migrate the old plugin into the new design I will do the migration, David will assist to get things working 2) We want the plugin to be ready for fat clients,

Re: [Geotools-devel] Transaction (and Session) handling for DataStores

2008-09-12 Thread Christian Müller
1) I think I should make a proposal in the wiki (where is the best place) 2) I am working on a system handling animal deseases. A typical transaction does modifications on an host db2, stores zone geometries in an AIX DB2 and puts some informations for animal doctors in a jms queue (resulting i

Re: [Geotools-devel] Transaction (and Session) handling for DataStores

2008-09-12 Thread Christian Müller
High Andrea, 1) There was a misunderstanding, I wrote "3) UDIG and Geoserver are no references because (as far as i know) they do not use NON geotools transactional resources" meaning that these 2 products are doing all their transaction handling with geotools having no further transactio

Re: [Geotools-devel] 2.5 release progress

2008-09-17 Thread Christian Müller
Hi, I am missing my module gt-imagemosaic-jdbc (which was already included in 2.5 M3). The module is still in the unsupported branch, I dont know why, my mentor (Simone) did not respond to my mails since 6 weeks ?. I need the module for my customer, so what is missing, where is the problem and

[Geotools-devel] Request to move imagemosaic-jdbc from unsupported to supported status

2008-09-18 Thread Christian Müller
I have done the following to meet the requirements: 1) The documentation is in the WIKI (including documentation for the import utility, for the ddl generation utility, and hints for all supported databases) http://docs.codehaus.org/display/GEOTOOLS/Image+Mosaicing+Pyramidal+JDBC+Plu gin T

[Geotools-devel] Long Plugin name "Image+Mosaici ng+Pyramidal+JDBC+Plugin"

2008-09-22 Thread Christian Müller
Yes, the name is a little bit to long. There are 5 parts 1) Image 2) Mosaicing 3) Pyramidal 4) JDBC 5) Plugin I think 1) and 4) are mandatory. 5) could be omitted Since there are plugins called ImageMoasic and ImagePyramid I wanted to make clear that my plugin is doing both tasks. That is

Re: [Geotools-devel] Long Plugin name "Image+Mosaici ng+Pyramidal+JDBC+Plugin"

2008-09-22 Thread Christian Müller
Adler) and to put my focus on the transaction handling. thanks for your help christian Adrian Custer writes: > On Mon, 2008-09-22 at 12:07 +0200, Christian Müller wrote: >> Yes, the name is a little bit to long. There are 5 parts >> >> 1) Image >> 2) Mosaicing

[Geotools-devel] A quick question about th BBOX Filter

2008-10-27 Thread Christian Müller
int JDBCSpatialFiltersTest there are 2 test methods for the BBOX filter. testBboxFilter() testBboxFilterDefault() I am a little bit confused because I thought I have to do an envelope intersect (testing if the bbox intersects with the mbr of each geometry). But it seems to be the other way

[Geotools-devel] db2 plugin ( jdbc-ng ) would be ready to commit

2008-10-28 Thread Christian Müller
the new db2 plugin would be ready to commit. The only showstoppers are GEOT-2109 and especially GEOT-2095. GEOT-2109 is an easy problem and if it is ok I would fix it. Since the development of my imagemosaic-jdbc plugin I have installed all our target databases (db2,oracle,postgis,mysql) and

[Geotools-devel] looking for a theme for my master thesis

2008-11-07 Thread Christian Müller
For finishing my GIS post-graduate study I have to write a master thesis. I would be nice to do something in the geotools/geoserver/udig complex to achieve some synergy effects. Has anybody a proposol for a theme where I can do some scientific theory and develop java code for further improve

Re: [Geotools-devel] looking for a theme for my master thesis

2008-11-07 Thread Christian Müller
Thanks for your proposals. Some answers 1) My fist study was computer science and this is my primary target 2) I skipped the remote sensing exams in favor of DBMS stuff. My areas are Java,J2ee,Web,DBMS,Security,Transactions, ... I am looking for a theme combining my knowledge in computer scie

[Geotools-devel] New geotools db2 plugin

2008-11-07 Thread Christian Müller
I commited the new jdbc-db2 plugin into the 2.5.x and 2.6.x branch. This plugin works with prepared statements. mvn test --> Tests run: 112, Failures: 0, Errors: 0, Skipped: 0 - Test cases implemented 100 % DB2DataStoreTest DB2FeatureCollectionTest DB2FeatureLockingT

[Geotools-devel] Some image questions

2008-11-10 Thread Christian Müller
1) imageio-ext-gdal formats Does this plugin also support reading formats like png,jpeg, gif. I want to use it as a native accelerator on a ppc architecture. (There is not native support from java imageio on this platform). 2) imageio-ext-gdal operations Does this plugin support image operat

Re: [Geotools-devel] DB2 Plugin

2008-12-26 Thread Christian Müller
DB2 stores the vector data in an internal format (using 4 byte Integers). This format is not official. Reading the data only as blob makes no sense because you cannot apply any operations on it. You have to use ST_ASBINARY if you want a WKB representation. Other possibilities are ST_ASTEXT f

Re: [Geotools-devel] Request to move gt-imageio-ext-gdal to supported land (plugin modules).

2009-01-19 Thread Christian Müller
I am not sure if I am allowed to vote, but if I am, +1 Daniele Romagnoli writes: > Hi list, > I would like to move the gt-imageio-ext-gdal module from unsupported to > plugin module. > > I have updated the wiki page with additional information and Gold Star > Quality check updates: > http:/

Re: [Geotools-devel] tagging 2.5.3 release

2009-01-19 Thread Christian Müller
Justin what about GEOT-2212. I need the db2-ng plugin in the next geoserver release ? Justin Deoliveira writes: > Hi all, > > I am just about to create the tag for gt 2.5.3. Let me know if there are > any additional commits that need to get it in to the release and I will > be sure to app

[Geotools-devel] License Problems

2009-01-20 Thread Christian Müller
Following the discussion about licensing problems causes me to ask a further question. I am thinking about impelementing the GeoXACML specification for geotools as GSOC 2009 project. http://www.opengeospatial.org/standards/geoxacml This is a geospatial extension for XACML (authorization) a

[Geotools-devel] PSC and motivation

2009-01-21 Thread Christian Müller
As far as I am concerned, I would try to enhance geotools to better support the INSPIRE EU directive. This directive is from the European Commission and all member states have to build a national GDI using all these ISO, W3C and OGC standards. The time frame ends with 2015, but many national p

[Geotools-devel] CSW & INSPIRE

2009-01-22 Thread Christian Müller
or comments about that, don't > hesitate to chime us. > > Cheers, > > Vincent > > Le 22 janv. 09 à 08:11, Christian Müller a écrit : > >> As far as I am concerned, I would try to enhance geotools to better >> support >> the INSPIRE EU directi

Re: [Geotools-devel] CSW & INSPIRE

2009-01-22 Thread Christian Müller
is one of those (a metadata catalog >> > application) and it's using extensively GT on it's backend. >> > We're curently working on the metadata library to give it a full INSPIRE >> > conformance, so if you've questions or comments about that, don't

Re: [Geotools-devel] ArcSDEPyramid

2009-01-24 Thread Christian Müller
Hi, last year I did the imagemosic-jdbc plugin. From my experience, the interpolation is not the problem, or it is a problem of cpu power. The space saved on disk is perhaps another argument, but not really, because its only 1/4 of the base level. The problem arise in main memory, because you

Re: [Geotools-devel] PSC and motivation

2009-01-24 Thread Christian Müller
a metadata catalog >> application) and it's using extensively GT on it's backend. >> We're curently working on the metadata library to give it a full >> INSPIRE conformance, so if you've questions or comments about that, >> don't hesitate to chime

Re: [Geotools-devel] testing and java 6 and testing on an ibm jdk

2009-02-09 Thread Christian Müller
I never succeeded running a "mvn clean install" on an IBM sdk. Can anybody notify me if we succeed with sun java 6. Afterwards I will try it with the ibm sdk (necessairy for all users running geotools/geoserver in Websphere or using geotools on AIX, Linux/ppc or Linux/zOs) Adrian Custer wri

Re: [Geotools-devel] Created: (GEOT-2356) CQL/Filter Like is case sensitive

2009-02-25 Thread Christian Müller
There is another impact when using toLowerCase(myAttribute) LIKE 'blah%' The use of a toLowerCase or toUpperCase on an sql column will prevent using sql indexes. The result will always be a table scan which hurts on large tables. I think this fact should be considered too. christian

Re: [Geotools-devel] Report on Geotidy progress

2009-02-27 Thread Christian Müller
I am lucky to hear that you use the java.util.concurrent package. I did the same with my imagemosaic-jdbc module, starting a thread for decoding each tile and putting the resulting java image in a queue. On an AIX ppc using 4 CPUs I get a CPU usage up to 390 %, which shows me that the package

Re: [Geotools-devel] Report on Geotidy progress

2009-02-27 Thread Christian Müller
"replace" instead of the usual "get" and "put", but once > I get used it was really a charm. > > Christian Müller a écrit : >> Did you look at the stack traces I sent you ? (Testing geotidy on an IBM >> sdk) > > Yes and I applied a patch ri

Re: [Geotools-devel] 2.5.4 release heads up

2009-03-01 Thread Christian Müller
Hi Justin, I need some days for additional usability improvements of the imagemosaic-jdbc plugin. Since this will be the first geoserver release containing the imagemosiac-jdbc plugin, I want to improve the handling of the module and make the tutorial simpler. (I got some feedback from Andrea,

Re: [Geotools-devel] 2.5.4 release heads up

2009-03-01 Thread Christian Müller
the imagemosaic-jdbc > artifact when the changes are in. This way we can build and test the > release in parallel. Thoughts? > > -Justin > > Christian Müller wrote: >> Hi Justin, I need some days for additional usability improvements of the >> imagemosaic

[Geotools-devel] GSOC 2009, WCS Client

2009-03-04 Thread Christian Müller
I have 2 questions about this proposal 1) Who would be the mentor 2) Does geoserver implement the full WCS specification (for testing) The idea is: Since I am writing my master thesis and I have to study the WCS specification, half the work seems to be done :-) christian --

Re: [Geotools-devel] GSOC 2009, WCS Client

2009-03-04 Thread Christian Müller
r you to test > against later in your timeline. > > Jody > > On Thu, Mar 5, 2009 at 5:54 AM, Christian Müller > wrote: > >> >> I have 2 questions about this proposal >> >> 1) Who would be the mentor >> 2) Does geoserver implement the full WCS specif

[Geotools-devel] Geoserver GSOC 2009

2009-03-13 Thread Christian Müller
Jody I have not a seen a page for project proposals for geoserver. (or should we use the one created for geotools). I am not sure at the moment, but I have an idea doing a GeoXACML implementation which could deployed in geoserer as a servlet filter. When is the latest point in time to register

Re: [Geotools-devel] Geoserver GSOC 2009

2009-03-13 Thread Christian Müller
ation (openSAML) christian Andrea Aime writes: > Christian Müller ha scritto: >> Jody I have not a seen a page for project proposals for geoserver. >> (or should we use the one created for geotools). >> >> I am not sure at the moment, but I have an idea doing a G

[Geotools-devel] Decoding CRS from GML srsName attribute

2009-03-16 Thread Christian Müller
Hi Justin, i studied the GML2ParsingUtils.crs(Node n) Method. Is this code up to date ? I am asking because I need to do this in another place and I am am uncertain about your TODO and HACK comments. thanks Justin Deoliveira writes: > The GeoTools 2.5.4 release is available fo

[Geotools-devel] GeoXACML, geotools or geoserver ?

2009-03-17 Thread Christian Müller
I am not sure at the moment where to place the different components of GeoXACML 1) Policy Decision Point This component handles xml stuff and authorization decisions, I think geotools would be the right place. The component could be used universally (like the gml stuff) 2) Policy Enforcmen

Re: [Geotools-devel] GeoXACML, geotools or geoserver ?

2009-03-18 Thread Christian Müller
: > Christian Müller ha scritto: >> >> >> I am not sure at the moment where to place the different components of >> GeoXACML >> >> 1) Policy Decision Point >> This component handles xml stuff and authorization decisions, I think >> geotools would

[Geotools-devel] 3 questions to our CRS specialists

2009-03-19 Thread Christian Müller
Given: 2 JTS geometries g1 and g2 2 CRS crs1 and crs2 (not known in advance) I want to apply a spatial predicate (intersects,overlapps,..) to g1 and g2. If "CRS.equalsIgnoreMetaData" is false, I convert both g1 and g2 to WGS84 CRS commonCrs = CRS.decode("EPSG:4326") MathTransform transf

[Geotools-devel] Generalizing vector data

2009-03-25 Thread Christian Müller
Do we have something like pyramids for for vector data ? What I mean is having a FeatureSource (say, the boundary of Europe having 100 000 vertices) and drawing the boundary on a 640x480 image. I really do not need 100 000 points and therefore I make some generalizations, each as its own featu

Re: [Geotools-devel] Generalizing vector data

2009-03-25 Thread Christian Müller
work Any ideas christian Andrea Aime writes: > Christian Müller ha scritto: >> Do we have something like pyramids for for vector data ? >> >> What I mean is having a FeatureSource (say, the boundary of Europe having >> 100 000 vertices) and drawing the bounda

[Geotools-devel] Feature Source with vector generalisations

2009-03-30 Thread Christian Müller
Last week I posed a question about having a FeatureSource which has also some generalizations of the vector data to speed up response time and reduce data transfer. While it is is surely not the problem to implement such a FeatureSource, I need the ScaleDenominator from the caller. I studi

Re: [Geotools-devel] Feature Source with vector generalisations

2009-03-31 Thread Christian Müller
2.6.x, I need this feature in geoserver. christian Andrea Aime writes: > Christian Müller ha scritto: >> Last week I posed a question about having a FeatureSource which has also >> some generalizations of the vector data to speed up response time and >>

Re: [Geotools-devel] Feature Source with vector generalisations

2009-03-31 Thread Christian Müller
FeatureSource org.geotools.data.GenFeatureSource . Andrea Aime writes: > Christian Müller ha scritto: >> But anyway, I do not want any generalization on the fly and 1) is my >> first target. >> >> Passing difference/offset in the native CRS as a hi

Re: [Geotools-devel] Feature Source with vector generalisations

2009-03-31 Thread Christian Müller
1) Andrea, after the last messages I would propose: Pass the resolution hint if you are sure that nothing bad can happen. However you do it, I rely on getting the hint with feature types having one geometry property with the same CRS. 2) I did a quick implementation of GeneralizingFeatureSourc

Re: [Geotools-devel] Mini-proposal: new FeatureSource Hint dealing with in-datastore generalization

2009-04-01 Thread Christian Müller
Ok, lets agree on that. For the preserving generalisation I use the JTS TopologyPreservingSimplifier, how to do it for the non preserving case ? Andrea Aime writes: > Christian Müller ha scritto: >> Looking at the the hint "Hints.PRESERVE_TOPOLOGY" indicates you mean the

Re: [Geotools-devel] Mini-proposal: new FeatureSource Hint dealing with in-datastore generalization

2009-04-01 Thread Christian Müller
Looking at the the hint "Hints.PRESERVE_TOPOLOGY" indicates you mean the generalization should take place in the FeatureSource ?. Would be consistent with the handling of image pyramids. I thought the "Hints.GENERALIZATION_DISTANCE" is enough and the feature source returns a set of valid geome

Re: [Geotools-devel] Feature Source with vector generalisations

2009-04-01 Thread Christian Müller
here a need for DataStore (DataAccess) and the correspoinding factory class ?. As you see, I am quite uncertain about the starting point, the creation of the wrapper object. Andrea Aime writes: > Christian Müller ha scritto: >> 1) >> Andrea, after the last messages I would p

Re: [Geotools-devel] Mini-proposal: new FeatureSource Hint dealing with in-datastore generalization

2009-04-01 Thread Christian Müller
/decimation job to the FeatureSource. Otherwise, the calling component does the decimaion for itself. True or false ? Andrea Aime writes: > Christian Müller ha scritto: >> Looking at the the hint "Hints.PRESERVE_TOPOLOGY" indicates you mean the >> generaliza

Re: [Geotools-devel] Mini-proposal: new FeatureSource Hint dealing with in-datastore generalization

2009-04-02 Thread Christian Müller
supporting the generalization type but having precalculated generalized geometries. Uff, so far so good, did I forget something ? Andrea Aime writes: > Christian Müller ha scritto: >> Hi Andrea, a quick question about the proposed concept >> Concerning the 2 hints >> Hints.GE

Re: [Geotools-devel] Mini-proposal: new FeatureSource Hint dealing with in-datastore generalization

2009-04-02 Thread Christian Müller
lient, it works because Hints.PRESERVERE_TOPOLOGY==false. A WFS client uses Hints.PRESERVERE_TOPOLOGY==true and this does not work. What should the data soure do ?. Throw an exception ?. Andrea Aime writes: > Christian Müller ha scritto: >> To say it in your words >> H

[Geotools-devel] Datastore implementing new Hint GEOMETRY_DISTANCE

2009-04-07 Thread Christian Müller
Hi Andrea At the moment I try to implement an universal DataStore supporting Hints.GEOMETRY_DISTANCE. The configuration is read from an XML file (Default Implementation) Each pregeneralized feature type (or vector pyramid) has the following properties 1) distance 2) name of the geometry p

Re: [Geotools-devel] Datastore implementing new Hint GEOMETRY_DISTANCE

2009-04-07 Thread Christian Müller
n by the geotools directory datastore; and > you may find it useful. Your datastore would probably only serve a > single featureSource; but would dynamically choose which internal > datasoure to retrieve a feature collection from based on the hint you > mention above. > > Chee

[Geotools-devel] StreamingRenderer

2009-04-07 Thread Christian Müller
Hi Andrea Taking a quick look at the streamingrender leads to 2 questions 1) If the feature source supports both hints (which is ok), you pass both of them to the feature source. What are you exepecting, best fit geometries or already simplified geometries. When quering features you can use

Re: [Geotools-devel] Feedback and ideas for overviews selection in raster data

2009-04-10 Thread Christian Müller
Simone, If your are attacking this CRS stuff, could you please make a design offering an API for CRS conversions of envelopes and images. The imagemosaic-jdbc module does also CRS conversions for the requested envelopes and returned images, but I would not swear on it. (I did my best, but I am

[Geotools-devel] containsAll method in DefaultFeatureResults

2009-04-15 Thread Christian Müller
To tell it one sentence ( I looked at 2.5.x) That could not work. And actually it does not, I wrote a test case. Btw, the containsAll (Collection ) uses in case of a FeatureCollection containsAll, which always returns false. I am wondering that nobody has used this method, or he was very lu

Re: [Geotools-devel] Following tests are failing

2009-04-22 Thread Christian Müller
What sdk are you using and which version. I also have such kind of problems when building with an ibm sdk. Debasish Sahu writes: > Hi, > > Following tests are faliling in my box . Any ideas ? > > org.geotools.referencing.ScriptTest > > DefaultFactoryTest > > SLDStyleFactoryTest > >

Re: [Geotools-devel] Following tests are failing

2009-04-23 Thread Christian Müller
Yes, and I will do a loud cry when I succeed with a "mvn -Dall clean install" on an ibm sdk Andrea Aime writes: > Debasish Sahu ha scritto: >> Hi, >> >> Following tests are faliling in my box . Any ideas ? >> >> org.geotools.referencing.ScriptTest >> >> DefaultFactoryTest >> >> SLDStyl

Re: [Geotools-devel] Following tests are failing

2009-04-23 Thread Christian Müller
Not sure here, i am working with an ibm 6.0 sdk. Until yet, I found GEOT-2453 concerning the jdbc stuff, but I am not finished yet Jody Garnett writes: > Andrea I have been unable to provide a resolution for some Java 6 api > changes; specifically with JDBC connection interface. This interface

Re: [Geotools-devel] Following tests are failing

2009-04-24 Thread Christian Müller
I already discussed with Andrea about an additional JDK 6 Hudson, using the IBM sdk instead of SUN. As you can see looking at GEOT-245x there are a lot of jiras concerning SDK 6 and IBM sdk. Work is still in progress here, because it is a lot of work. After succeeding with an ibm sdk 6 build

[Geotools-devel] Important comments on GEOT-2440

2009-04-26 Thread Christian Müller
The mehtod System.getenv() was depricated and afterwards reinstated in 1.5 http://javahowto.blogspot.com/2006/09/system-getenv-reinstated-in-jdk-15.htm l Sun and IBM sdk have a different behavior. Concerning following properties http://java.sun.com/javase/6/docs/api/java/lang/System.html#g

Re: [Geotools-devel] Important comments on GEOT-2440

2009-04-26 Thread Christian Müller
Yep, there will be an IBM build server, that is on my list. But first we have to succeed with an "mvn -Dall clean install" on 2.5.x and 2.6.x otherwise the ibm hudson will start crying around with errors :-( Andrea Aime writes: > Christian Müller ha scritto: >

[Geotools-devel] GEOT-2448

2009-04-26 Thread Christian Müller
Since I did not know how to add watchers manually, I wanted to ask if you have taken a look at the provided patch. thanks -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign op

[Geotools-devel] geotools build on an ibm sdk

2009-04-28 Thread Christian Müller
The following issues prevent an ibm 6.0 (5.0) build at the moment. GEOT-2466 GEOT-2463 GEOT-2458 GEOT-2457 GEOT-2440 Most of them are trivial and have patches, would be happy if you can spend some minutes and apply these patches on 2.5.x and 2.6.x. This should be the basis of a Hudson ibm 6

[Geotools-devel] New unsupported module: features-pregeneralized

2009-04-29 Thread Christian Müller
Info and documentation is here http://docs.codehaus.org/display/GEOTDOC/Feature-Pregeneralized mvn cobertura:cobertura gives me a code coverage of 86 % Test cases 52, based on MemoryDataStore and ShapeFileDataStore, data from gt-sample Feedback desired, I want to earn my "stars" and list th

Re: [Geotools-devel] PMC refresh: candidate listing

2009-05-06 Thread Christian Müller
ng a preference of mine): > - Ben Caradoc Davies > - Christian Müller > - Gabriel Roldan > - Michael Bedward > > If we forgot anyone, please pop up and say you're available. > Can the people above confirm whether they are interested/willing >

Re: [Geotools-devel] Vote: graduating the charts module into supported land

2009-05-09 Thread Christian Müller
Another quick question about advantages / disadvantages about Sphinx. Is there a possibility for a spell check ?. For the rest of the arguments, I agree to Andrea. One of the most import things is to have the documentation in sync with the source code. And for the WYSIWYG freaks, the followin

Re: [Geotools-devel] Modules cleanup wiki page created, please review

2009-05-10 Thread Christian Müller
Andrea, should we edit the wiki page directly ?. As an example, I agreed with David Adler on the new db2-ng module, so there will certainly be not further development and no support for the old db2 module. We can and should remove it or move it for some time to unsupported and remove it in th

Re: [Geotools-devel] New unsupported module: features-pregeneralized

2009-05-11 Thread Christian Müller
: > Christian Müller ha scritto: >> Info and documentation is here >> http://docs.codehaus.org/display/GEOTDOC/Feature-Pregeneralized >> >> mvn cobertura:cobertura gives me a code coverage of 86 % >> >> Test cases 52, based on MemoryDataStore and Shap

[Geotools-devel] graduating the feature-pregeneralized module into supported land

2009-05-12 Thread Christian Müller
The modul matrix page is here http://docs.codehaus.org/display/GEOTOOLS/Feature-Pregeneralized At the moment, the module/documentation is located in the unsupported branches. -- The NEW KODAK i700 Series Scanners

Re: [Geotools-devel] building with maven 2.1.0

2009-05-12 Thread Christian Müller
I am using cobertura +1 for removing Andrea Aime writes: > Justin Deoliveira ha scritto: >> However, this one wrinkle, in geotools the build-configs plugin is also >> used for clover. Is anyone using this? Do we actually still have a >> license? Given that cobertura does not require a license

[Geotools-devel] Setting system properties for junit tests

2009-05-13 Thread Christian Müller
I have to set some system properties for new junit test in jdbc-ng. 1) Trying to use System.setProperty("java.naming.factory.initial", "org.osjava.sj.SimpleContextFactory") in the test case works within eclispe, but NOT with a "mvn clean install". 2) mvn -Djava.naming.factory.initial=org.os

Re: [Geotools-devel] graduating the feature-pregeneralized module into supported land

2009-05-13 Thread Christian Müller
o simplify repository to match DataStoreLookup; I > am not sure you care to ask about locks after all. > > Jody > > On Tue, May 12, 2009 at 6:52 PM, Christian Müller > wrote: >> >> >> The modul matrix page is here >> http://docs.codehaus.org/display

Re: [Geotools-devel] graduating the feature-pregeneralized module into supported land

2009-05-14 Thread Christian Müller
ools right? > > So lets use your DataStoreLookup interface as a request to modify > Repository. Does it represent exactly what you need ? Is it missing > anything that is needed? > > Jody > > On Wed, May 13, 2009 at 10:41 PM, Andrea Aime wrote: >> Christian Müller ha

Re: [Geotools-devel] Simple proposal on grid coverage clean up

2009-05-14 Thread Christian Müller
The imagemosaic-jdbc also is influenced. But I am lucky, I have only two references, one of them in tests. Its ok for me. Justin Deoliveira writes: > While knowing very little about coverages I read over the proposal and > it looks good to me. It gets my +1. > > Simone Giannecchini wrote:

Re: [Geotools-devel] graduating the feature-pregeneralized module into supported land

2009-05-14 Thread Christian Müller
I cannot apply your patches. All 3 files report errors when applying with patch -p0 < patchfile I am up to date with 2.5.x repository No idea, I think you are sitting in front of an M$ box, I am working on a linux box. Converting with dos2unix does not help either. Can you try it agein aft

Re: [Geotools-devel] Modules cleanup: modules removed

2009-05-17 Thread Christian Müller
Notes about Module epsg/wkt I use it because I have an app using geotools and the epsg database has always no or incorrect boursa wolf parameters for Austria. So I have to add/correct the TOWGS84 clause to the wkt definitions. The file based approach is the easiest way to do this. If there is

[Geotools-devel] Vote: graduating the feature-pregeneralized module into supported land

2009-05-17 Thread Christian Müller
t; > I will see if I can apply the changes to 2.5.x for you. > Jody > > > > On Fri, May 15, 2009 at 4:51 PM, Christian Müller > wrote: >> I cannot apply your patches. All 3 files report errors when applying with >> patch -p0 < patchfile >> I am up t

Re: [Geotools-devel] Modules cleanup: modules removed (epsg-wt)

2009-05-17 Thread Christian Müller
Fine, I am with you Andrea Aime writes: > Christian Müller ha scritto: >> Notes about Module epsg/wkt >> I use it because I have an app using geotools and the epsg database has >> always no or incorrect boursa wolf parameters for Austria. So I have to >> add/correc

Re: [Geotools-devel] Fixed bad parent artifact version in feature-pregeneralized pom

2009-05-17 Thread Christian Müller
Thanks a lot Ben Caradoc-Davies writes: > Christian, > > I modified the parent artifact version from 2.5-SNAPSHOT to 2.6-SNAPSHOT > in modules/unsupported/feature-pregeneralized/pom.xml on trunk, a change > required to fix the build. Someone else had the same problem in another > module la

Re: [Geotools-devel] Vote: graduating the feature-pregeneralized module into supported land

2009-05-17 Thread Christian Müller
ld be the modules/plugin directory - since this is a > normal DataStore right? > > Jody > > > On Mon, May 18, 2009 at 5:53 AM, Christian Müller > wrote: >> I refactored the module on 2.5.x and 2.6.x to use the Repository inteface >> and kicked off my DataStor

[Geotools-devel] Module feature-pregeneralizd moved to plugin directory

2009-05-18 Thread Christian Müller
Done on 2.5.x and 2.6.x. -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing s

Re: [Geotools-devel] API change in GeoTools broke GeoServer build

2009-05-18 Thread Christian Müller
I looked deeper at the problem with ValidationRunnable class and the missing getFeatureSources method from the repository. The problem here is that the semantics is not clear to me. There are data store names, ids, namespaces, workspaces, prefixes and I have no idea what is what for geotools

[Geotools-devel] IBM SDK 6 Hudson build Server

2009-05-19 Thread Christian Müller
I installed a local Hudson and did my first steps for building with an IBM SDK 6 (not yet successfully, but hudson works fine). I am planing to create a build job for geotools 2.5.x geotools 2.6.x geoserver 1.7.x gesoserver 2.0 Very helpful would be the configuration from the existing hudson

Re: [Geotools-devel] Formal Nomination: Formal Nomin ation: Christian Müller

2009-05-20 Thread Christian Müller
Yes, I would like to act as PMC member. I have only overseen to answer this mail, sorry. Jody Garnett writes: > I would like to formally nominate Christian for a position on the > GeoTools Project Management Committee: > > Christian is an established module maintainer; and offers an exam

[Geotools-devel] Integration of Feature-Pregeneralizd module into geoserver

2009-05-20 Thread Christian Müller
I finshed the geoserver tutorial for the feature-pregeneralizd module. http://docs.geoserver.org/1.7.x/user/tutorials/feature-pregeneralized/featur e-pregeneralized_tutorial.html (at the moment of writing this email, it is not up to date, but it is already commited) For testing the tutorial, t

Re: [Geotools-devel] Formal Nomination: Formal Nomin ation: Christian Müller

2009-05-21 Thread Christian Müller
Thanks, I subscribed to the admin list. Which IRC chat do you mean ? Jody Garnett writes: > Thanks everyone: > > Mr Müller your name is now added to the developers guide. > > If I can ask you to sign up for the geotools administration list that > would be cool. I am supposed to use the g

Re: [Geotools-devel] Generating maven site, reports

2009-05-24 Thread Christian Müller
+1 for the reports. Especially the cobertura reports are useful for examining the test coverage. Concerning the build resources. I have to find a solution for the ibm hudson, perhaps we can run the "mvn site" on the ibm hudson box. Andrea Aime writes: > Hi, > I've been playing a bit try

Re: [Geotools-devel] how to be organized

2009-05-24 Thread Christian Müller
I had to use it for some exercises during my GIS study the last two years. I think for people needing a picture it is a good way of ordering their thoughts. The software is easy to use and (important for me) runs on linux. The intension is to visualize and organize your ideas. What you will r

  1   2   >