Changeset 24777


Ignore:
Timestamp:
05/04/20 10:00:08 (5 years ago)
Author:
Eric.Larour
Message:

NEW/CHG: new lambert equal area routine to provide PROJ.4 string.
gdal now also compatible with PROJ.4 (fixed a tiny bug).
New routine to transform EPSGS code into corresponding PROJ.4 string.

Location:
issm/trunk-jpl/src/m/coordsystems
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/coordsystems/gdaltransform.m

    r22415 r24777  
    3030        fclose(fid);
    3131
    32         [s,r]=system(['gdaltransform -s_srs ',proj_in,' -t_srs ',proj_out,'  < ' filename_in ' > ' filename_out]);
     32        [s,r]=system(['gdaltransform -s_srs "',proj_in,'" -t_srs "',proj_out,'"  < ' filename_in ' > ' filename_out]);
    3333        if s~=0 | ~isempty(deblank(r)),
    3434                error(r);
Note: See TracChangeset for help on using the changeset viewer.