You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
will raise org.osgeo.proj4j.UnsupportedParameterException
org.osgeo.proj4j.UnsupportedParameterException: vunits parameter is not supported
at org.osgeo.proj4j.parser.Proj4Keyword.checkUnsupported(Proj4Keyword.java:131)
at org.osgeo.proj4j.parser.Proj4Keyword.checkUnsupported(Proj4Keyword.java:138)
at org.osgeo.proj4j.parser.Proj4Parser.parse(Proj4Parser.java:49)
at org.osgeo.proj4j.CRSFactory.createFromParameters(CRSFactory.java:136)
at org.osgeo.proj4j.CRSFactory.createFromParameters(CRSFactory.java:114)
at geotrellis.proj4.CRS$$anon$1.<init>(CRS.scala:43)
at geotrellis.proj4.CRS$.fromString(CRS.scala:42)
or
org.osgeo.proj4j.UnsupportedParameterException: geoidgrids parameter is not supported
at org.osgeo.proj4j.parser.Proj4Keyword.checkUnsupported(Proj4Keyword.java:131)
at org.osgeo.proj4j.parser.Proj4Keyword.checkUnsupported(Proj4Keyword.java:138)
at org.osgeo.proj4j.parser.Proj4Parser.parse(Proj4Parser.java:49)
at org.osgeo.proj4j.CRSFactory.createFromParameters(CRSFactory.java:136)
at org.osgeo.proj4j.CRSFactory.createFromParameters(CRSFactory.java:114)
at geotrellis.proj4.CRS$$anon$1.<init>(CRS.scala:43)
at geotrellis.proj4.CRS$.fromString(CRS.scala:42)
Indeed such parameters are not listed in SupportedParameter TreeSet in Proj4Keyword.java
The text was updated successfully, but these errors were encountered:
Issue created by @jfbourgon text is ported from here: locationtech/geotrellis#2146
Trying to parse a proj4 string such as the following:
will raise
org.osgeo.proj4j.UnsupportedParameterException
or
Indeed such parameters are not listed in SupportedParameter TreeSet in Proj4Keyword.java
The text was updated successfully, but these errors were encountered: