locationtech / proj4j

Java port of the Proj.4 library for coordinate reprojection
Other
186 stars 73 forks source link

Will there be support for cct. #114

Open VadOs1 opened 2 days ago

VadOs1 commented 2 days ago

Hi,

I'd like to be able to execute cct application of proj using proj4j.

https://proj.org/en/9.5/apps/cct.html#cct

Do you guys support it or have any plans to add it?

echo 17.7562015132 45.3935192042 133.12 2017.8 | cct +proj=cart https://proj.org/en/9.5/operations/conversions/cart.html

Thank you

dr-jts commented 2 days ago

Seems like a great addition to the project. CLI tools are always nice to have.

pomadchin commented 17 hours ago

Agree, that's a nice feature to have. If you decide at some point to implement it I'd be happy to help!