locationtech / proj4j

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

rhealpix is not supported #109

Open RuixiangLiuWHU opened 4 months ago

RuixiangLiuWHU commented 4 months ago
crsFactory.createFromParameters("rHEALPix", "+proj=healpix +ellps=WGS84")
Exception in thread "main" org.locationtech.proj4j.InvalidValueException: Unknown projection: healpix
    at org.locationtech.proj4j.parser.Proj4Parser.parseProjection(Proj4Parser.java:74)
    at org.locationtech.proj4j.parser.Proj4Parser.parse(Proj4Parser.java:58)
    at org.locationtech.proj4j.CRSFactory.createFromParameters(CRSFactory.java:127)
    at org.locationtech.proj4j.CRSFactory.createFromParameters(CRSFactory.java:106)
pomadchin commented 4 months ago

hi @RuixiangLiuWHU, yes we don't support it, a nice feature request! I'll be happy to help you if you willing to make a contribution.