[Mobilitydb-users] transform() and LCC

Esteban Zimanyi estebanzimanyi at gmail.com
Wed Jun 12 08:15:58 PDT 2024


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: <http://lists.osgeo.org/pipermail/mobilitydb-users/attachments/20240612/f8a48e11/attachment.htm>


More information about the Mobilitydb-users mailing list