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
In a similar way we have in GDAL gdalinfo_bin.cpp and gdalinfo_lib.cpp or gdal_translate_bin.cpp and gdal_translate_lib.cpp, we should have a programmable API for the command line apps projinfo, cs2cs, etc.
That will allow other programming languages (I am now thinking in webassembly) to replicate the CLI apps, without repeating all the logic those apps have currently inside (that is not a few).
The text was updated successfully, but these errors were encountered:
In a similar way we have in GDAL
gdalinfo_bin.cpp
andgdalinfo_lib.cpp
orgdal_translate_bin.cpp
andgdal_translate_lib.cpp
, we should have a programmable API for the command line appsprojinfo
,cs2cs
, etc.That will allow other programming languages (I am now thinking in webassembly) to replicate the CLI apps, without repeating all the logic those apps have currently inside (that is not a few).
The text was updated successfully, but these errors were encountered: