actualy, i have a pipeline in Azure DataBricks and loading csv and txt file. This files contains coordinate in latitude longitude.
With this coordinates, and Geomesa library, the pipeline create Point geometry and Line geometry with st_makeLine and st_makePoint. All is good.
But, the projection is not good. I need to transform the Lat/Long projection to MTM nad 83 zone 8. I try with ST_TRANSFORM (Geomesa) but thats not working.
Someone can help me. Other tools than Geomesa if nécessary.
Thanks all.