[Geotools-devel] [jira] (GEOT-5062) Add support for Polyconic spherical case

2015-03-28 Thread Vincent Privat (JIRA)
Title: Message Title Vincent Privat created an issue

Re: [Geotools-devel] Cylindrical Equal Area Projection

2015-03-28 Thread Andrea Aime
On Sat, Mar 28, 2015 at 2:48 PM, Peter Borissow wrote: > Got it. Couple more questions: > > I'd like to implement the Behrmann and Gall Orthographic projections. They > are simple Cylindrical Equal Area projections with a predefined standard > parallel. Do I need to create a new class for each of

Re: [Geotools-devel] Cylindrical Equal Area Projection

2015-03-28 Thread Peter Borissow
Got it. Couple more questions: I'd like to implement the Behrmann and Gall Orthographic projections. They are simple Cylindrical Equal Area projections with a predefined standard parallel. Do I need to create a new class for each of these projections or is there some simple way to create an ali

Re: [Geotools-devel] Cylindrical Equal Area Projection

2015-03-28 Thread Andrea Aime
That is fine, the area of definition is available only when you pick a CRS from the EPSG database... and it's the legal one, not related to the capabilities of the projection math (in other terms, not that useful) Cheers Andrea Il 28/mar/2015 13:48 "Peter Borissow" ha scritto: > This is great!

Re: [Geotools-devel] Cylindrical Equal Area Projection

2015-03-28 Thread Peter Borissow
This is great! I updated the org.geotools.referencing.operation.MathTransformProvider file in the "gt-referencing" jar file and now GeoTools is now able to "see" my projection. However, I still think I'm missing something. I think I need to create/update the CRSFactory or something to set the D

Re: [Geotools-devel] Cylindrical Equal Area Projection

2015-03-28 Thread Andrea Aime
On Fri, Mar 27, 2015 at 10:48 AM, Peter Borissow wrote: > Hello- > I would like to contribute to GeoTools by implementing the Cylindrical > Equal Area Projection: > > http://www.remotesensing.org/geotiff/proj_list/cylindrical_equal_area.html > > In doing so, we should be able to support other