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
proj4 was a development tool for testing purposes.
Then someone found a grid which needed proj4, so for a few versions of wgrib2, proj4 became a default on option (this was after the first cmake build done by Kyle).
As far as we know this is only used by UK Met office.
Right now we have a cmake option:
option(USE_PROJ4 "Use Proj4?" off)
And there is code that uses USE_PROJ4 in ifdefs:
(proj4_initialize.c)
But there is nothing in the makefile to find and link to the proj4 library.
The text was updated successfully, but these errors were encountered: