<div dir="ltr"><div><div><div><div>Hello,<br><br></div>it seems integers are not properly recognized in ncl 6.4.0 and cannot be read.<br></div>This used to work fine<br><br></div>Here is the output of ncl_filedump on the same shapefile with these two versions. Note how the ID_1 and ID_2 field change<br><br></div><div>Any idea what&#39;s going on.<br><br></div><div>Thanks a lot <br></div><div>Fabien<br></div><div><br></div>ncl_filedump /archive/Fabien.Paulot/DATA/Shapefiles/France/FRA_adm2.shp                                                                                                                                  Copyright (C) 1995-2015 - All Rights Reserved<br> University Corporation for Atmospheric Research<br> NCAR Command Language Version 6.3.0<br> The use of this software is governed by a License Agreement.<br> See <a href="http://www.ncl.ucar.edu/">http://www.ncl.ucar.edu/</a> for more details.<br><br>Variable: f<br>Type: file<br>filename:    FRA_adm2<br>path:    /archive/Fabien.Paulot/DATA/Shapefiles/France/FRA_adm2.shp<br>   file global attributes:<br>      layer_name : FRA_adm2<br>      geometry_type : polygon<br>      geom_segIndex : 0<br>      geom_numSegs : 1<br>      segs_xyzIndex : 0<br>      segs_numPnts : 1<br>   dimensions:<br>      geometry = 2<br>      segments = 2<br>      num_features = 96  // unlimited<br>      num_segments = 477<br>      num_points = 248568<br>   variables:<br>      integer geometry ( num_features, geometry )<br><br>      integer segments ( num_segments, segments )<br><br>      double x ( num_points )<br><br>      double y ( num_points )<br><br>      integer ID_0 ( num_features )<br><br>      string ISO ( num_features )<br><br>      string NAME_0 ( num_features )<br><br>      integer ID_1 ( num_features )<br><br>      string NAME_1 ( num_features )<br><br>      integer ID_2 ( num_features )<br><br>      string NAME_2 ( num_features )<br><br>      string HASC_2 ( num_features )<br><br>      integer CCN_2 ( num_features )<br><br>      string CCA_2 ( num_features )<br><br>      string TYPE_2 ( num_features )<br><br>      string ENGTYPE_2 ( num_features )<br><br>      string NL_NAME_2 ( num_features )<br><br>      string VARNAME_2 ( num_features )<br><br><br> Copyright (C) 1995-2017 - All Rights Reserved<br> University Corporation for Atmospheric Research<br> NCAR Command Language Version 6.4.0<br> The use of this software is governed by a License Agreement.<br> See <a href="http://www.ncl.ucar.edu/">http://www.ncl.ucar.edu/</a> for more details.<br><br>Variable: f<br>Type: file<br>filename:    FRA_adm2<br>path:    /archive/Fabien.Paulot/DATA/Shapefiles/France/FRA_adm2.shp<br>   file global attributes:<br>      layer_name : FRA_adm2<br>      geometry_type : polygon<br>      geom_segIndex : 0<br>      geom_numSegs : 1<br>      segs_xyzIndex : 0<br>      segs_numPnts : 1<br>   dimensions:<br>      geometry = 2<br>      segments = 2<br>      num_features = 96  // unlimited<br>      num_segments = 477<br>      num_points = 248568<br>   variables:<br>      integer geometry ( num_features, geometry )<br><br>      integer segments ( num_segments, segments )<br><br>      double x ( num_points )<br><br>      double y ( num_points )<br><br>      none ID_0 ( num_features )<br><br>      string ISO ( num_features )<br><br>      string NAME_0 ( num_features )<br><br>      none ID_1 ( num_features )<br><br>      string NAME_1 ( num_features )<br><br>      none ID_2 ( num_features )<br><br>      string NAME_2 ( num_features )<br><br>      string HASC_2 ( num_features )<br><br>      none CCN_2 ( num_features )<br><br>      string CCA_2 ( num_features )<br><br>      string TYPE_2 ( num_features )<br><br>      string ENGTYPE_2 ( num_features )<br><br>      string NL_NAME_2 ( num_features )<br><br>      string VARNAME_2 ( num_features )<br></div>