From estebanzimanyi at gmail.com Wed Jun 12 08:15:58 2024 From: estebanzimanyi at gmail.com (Esteban Zimanyi) Date: Wed, 12 Jun 2024 17:15:58 +0200 Subject: [Mobilitydb-users] transform() and LCC In-Reply-To: References: Message-ID: Dear Wendell We have fixed the issue in the master branch https://github.com/MobilityDB/MobilityDB/commit/0d38e27c03580e0c8a8063b397ec000e6adc9ebd Please let us know whether this solves the problem. Many thanks for reporting it Esteban On Wed, May 29, 2024 at 3:44?PM Wendell Turner via Mobilitydb-users < mobilitydb-users at lists.osgeo.org> wrote: > Hello, > > I'm having trouble using transform() to convert to Lambert Conformal > Conic. The response is: > > ERROR: Transform: Could not form projection from 'srid=4326' to > 'srid=102004' (SQLSTATE XX000)" > > The PostGIS installation populates the spatial_ref_sys table with many > projections, including LCC: > > # select auth_name, auth_srid from spatial_ref_sys where srid=102004; > auth_name | auth_srid > -----------+----------- > ESRI | 102004 > > I see in meos/src/point/type_srid.c there is: > > len = snprintf(srid_to_str, MAX_EPSG_STR, "EPSG:%d", srid_to); > > Does this mean that there an issue with non-EPSG projection codes? > > Thank you, > Wendell > _______________________________________________ > Mobilitydb-users mailing list > Mobilitydb-users at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mobilitydb-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: