[Geotools-gt2-users] who uses geotools?

2009-06-16 Thread Jody Garnett
Afternoon everyone: We have been gradually putting together a front end website for the library (http://www.geotools.org/). The idea is to take some of the burden of the wiki and focus on initial impressions. To that end we have a page devoted to the use of GeoTools; and I am going to look for

Re: [Geotools-gt2-users] Building up an image pyramid

2009-06-16 Thread Christian Müller
Hi Anniina I had the same problem some times ago 1) Prepare your pyramids using tools from www.gdal.org, if you have all images for each zoom level , fine 2) use gdaltindex to create shape files for each pyramid level 3) use gdal_merge, gdal_retile ... for image processing if needed After

[Geotools-gt2-users] GeoTiff read/write

2009-06-16 Thread Jody Garnett
We should keep the questions on the user list (so others that know more about raster support than me can answer). My understanding is that you can load any file into a grid coverage (ie raster plus bounds datastructure). And then use the GeoTiff writer to write it out with the correct tags. You

[Geotools-gt2-users] Wfsdatastore and gml3 parse error.

2009-06-16 Thread Roy Braam
Hello list, When i'm using the WFSDatastore (1.1.0) on a wfs 1.1.0 service. The datastore gives the following error: java.lang.IllegalStateException: Unrecognized geometry element {http://www.opengis.net/gml}Surface at

Re: [Geotools-gt2-users] GeoTiff read/write

2009-06-16 Thread zeng
Hi, Garnett Thanks for your reply, did you know how to load a tiff file to a grid coverage? And sorry for that my organization is Chinese Academy of Sciences. 在2009-06-16,Jody Garnett jody.garn...@gmail.com 写道: We should keep the questions on the user list (so others that know more about

Re: [Geotools-gt2-users] How to add GeoKey directory to a tiff file

2009-06-16 Thread Simone Giannecchini
The best way to do this is to use gdal tools, specifically the gdal_translate utility. Simone. --- Ing. Simone Giannecchini GeoSolutions S.A.S. Owner - Software Engineer Via Carignoni 51 55041 Camaiore (LU) Italy phone: +39 0584983027 fax:

Re: [Geotools-gt2-users] who uses geotools?

2009-06-16 Thread Andy Turner
Hi Jody, GeoTools, We continue to use GeoTools at The University of Leeds. A current project which is using 2.5.5 is called GENESIS. Thank you :-) Andy http://www.geog.leeds.ac.uk/people/a.turner/ -Original Message- From: Jody Garnett [mailto:jody.garn...@gmail.com] Sent: 16 June

Re: [Geotools-gt2-users] MapViewer Demo Question

2009-06-16 Thread ATI
Also, when i run the app, i don't know if i need to do this, but i tried setting the CRS and default it was EPSG:4326 and i selected OK, but i gave an error of class.null.pointerException. Do i need to set this? -- View this message in context:

Re: [Geotools-gt2-users] who uses geotools?

2009-06-16 Thread Ferdinando Villa
Our lab (http://ecoinformatics.uvm.edu) uses Geotools intensively in our middleware (thinklab, http://www.integratedmodelling.org) and most notably in our flagship project ARIES (http://ecoinformatics.uvm.edu/aries) - all web sites due for an overhaul asap... ferdinando --- Ferdinando Villa,

Re: [Geotools-gt2-users] Wfsdatastore and gml3 parse error.

2009-06-16 Thread Justin Deoliveira
Hi Roy, Unfortunately the wfs 1.1 client does not handle surfaces... as you see. Have you tried the same request using wfs 1.0? Or do you require wfs 1.1 functionality? Gabriel: It is too bad we can't sync up the xsd stuff with the wfs module, since parsing surfaces is handled there now. Well

Re: [Geotools-gt2-users] GeoTiff read/write

2009-06-16 Thread Simone Giannecchini
Quick code example: // getting a reader GeoTiffReader reader = new GeoTiffReader(file); // reading the coverage GridCoverage2D coverage = (GridCoverage2D)

Re: [Geotools-gt2-users] Wfsdatastore and gml3 parse error.

2009-06-16 Thread Gabriel Roldan
Justin Deoliveira wrote: Hi Roy, Unfortunately the wfs 1.1 client does not handle surfaces... as you see. Have you tried the same request using wfs 1.0? Or do you require wfs 1.1 functionality? Gabriel: It is too bad we can't sync up the xsd stuff with the wfs module, since parsing

[Geotools-gt2-users] Building a connected graph with OSM data / Splitting LineStrings at their intersections

2009-06-16 Thread Sicky
Hi! As you might see I'm a new user and hope everything goes well with my registration/posting here. I've been digging myself into the GeoTools framework for the past weeks but now can't get any more help on my subject on this list or with google. Here's what I have done so far: 1) put some

Re: [Geotools-gt2-users] Wfsdatastore and gml3 parse error.

2009-06-16 Thread Roy Braam
Justin, I added a query and added all properties except the geom property. So i get a response without geom. (for this project i don't need the geom). If i need the geom (later this week) i'll try 1.0. Thanks! Roy From: Justin Deoliveira [mailto:jdeol...@opengeo.org] To: Roy Braam

Re: [Geotools-gt2-users] MapViewer Demo Question

2009-06-16 Thread ATI
Yes that does help alittle yes. However, i still don't know what to do when i see the - dependency groupIdjavax.media/groupId artifactIdjai_core/artifactId - !-- The version number is specified in the parent POM. -- scopeprovided/scope - !-- Users should execute JAI installer.

Re: [Geotools-gt2-users] who uses geotools?

2009-06-16 Thread Steve Ansari
NOAA's National Climatic Data Center ( http://www.ncdc.noaa.gov ) is using GeoTools for the 'Weather and Climate Toolkit' : http://www.ncdc.noaa.gov/oa/wct/ , a visualization and data export tool for Weather Radar and Satellite data (with other data types in the works). GeoTools is also used for

[Geotools-gt2-users] exception creating a shape file from a WFS server.

2009-06-16 Thread Mark Ackerman
Hi, I'm new to geotools. I'm trying to read from a WFS and write the data to a shape file. Reading from the WFS seems to be working fine, but when I go to create the shapefile's schema I get the following exception: toShpAction:IOException org.geotools.data.DataSourceException: Cannot create

Re: [Geotools-gt2-users] exception creating a shape file from a WFS server.

2009-06-16 Thread Justin Deoliveira
Hi Mark, Unfortunately, depending on the WFS server, and the backend datasource it is using it might report the geometry type as a specific type, or just as a generic geometry type, which I am guessing is happening in this specific case. One option would be to morph the feature type you get

Re: [Geotools-gt2-users] who uses geotools?

2009-06-16 Thread Jody Garnett
Thanks Ferdinando: That sounds very interesting :-) If your lab / students produce any publications please let us know - we will be happy to link to them in a blog post and so on. If you had a pdf about ARIES we could also list that as a case study. Jody On Tue, Jun 16, 2009 at 11:07 PM,

[Geotools-gt2-users] Reading GIS metadata from a JPEG2000 image?

2009-06-16 Thread Alex Maddern
Greetings, While not a complete moron, I am relatively new to Java and have been struggling swimming through the various class libraries for reading images into GeoTools. I am trying to extract the Geo metadata from a JPEG2000 (GeoJPEG) image and I am struggling to find any examples on the Web