<div dir="ltr"><div><div class="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Dear NCL experts,</div><div><br></div><div>I would like to convert the following shapefile to a netcdf file.</div><div>I created the shapefile from a csv file containing jtwc tc tracks (see attached csv2shp.py)<br></div><div>Also attached is the csv file.</div><div><br></div><div>When I used the ncl_convert2nc the netcdf file has no lat-lon dimension. Here's the output of the ncdump. Is it also possible to divide the TC categories by dividing the Vmax values? </div><div><br></div><div><br></div><div>I'll appreciate any suggestion on how to do this correctly.</div><div><br></div><div><br></div><div><div>netcdf par_jtwc_above_ts_1979-1993 {</div><div>dimensions:</div><div><span style="white-space:pre">        </span>geometry = 2 ;</div><div><span style="white-space:pre">        </span>segments = 2 ;</div><div><span style="white-space:pre">        </span>num_features = 1050 ;</div><div><span style="white-space:pre"> </span>num_segments = 1050 ;</div><div><span style="white-space:pre"> </span>num_points = 2100 ;</div><div>variables:</div><div><span style="white-space:pre">  </span>int geometry(num_features, geometry) ;</div><div><span style="white-space:pre">        </span>int segments(num_segments, segments) ;</div><div><span style="white-space:pre">        </span>double x(num_points) ;</div><div><span style="white-space:pre">        </span>double y(num_points) ;</div><div><span style="white-space:pre">        </span>int SN(num_features) ;</div><div><span style="white-space:pre">        </span>int CY(num_features) ;</div><div><span style="white-space:pre">        </span>int Y1(num_features) ;</div><div><span style="white-space:pre">        </span>int M1(num_features) ;</div><div><span style="white-space:pre">        </span>int D1(num_features) ;</div><div><span style="white-space:pre">        </span>int H1(num_features) ;</div><div><span style="white-space:pre">        </span>int VMax1(num_features) ;</div><div><span style="white-space:pre">     </span>int Y2(num_features) ;</div><div><span style="white-space:pre">        </span>int M2(num_features) ;</div><div><span style="white-space:pre">        </span>int D2(num_features) ;</div><div><span style="white-space:pre">        </span>int H2(num_features) ;</div><div><span style="white-space:pre">        </span>int VMax2(num_features) ;</div><div><br></div><div>// global attributes:</div><div><span style="white-space:pre">                </span>:segs_numPnts = 1 ;</div><div><span style="white-space:pre">           </span>:segs_xyzIndex = 0 ;</div><div><span style="white-space:pre">          </span>:geom_numSegs = 1 ;</div><div><span style="white-space:pre">           </span>:geom_segIndex = 0 ;</div><div><span style="white-space:pre">          </span>:geometry_type = "polyline" ;</div><div><span style="white-space:pre">               </span>:layer_name = "par_jtwc_above_ts_1979-1993" ;</div><div><span style="white-space:pre">               </span>:creation_date = "Sat Apr  7 14:11:24 JST 2018" ;</div><div><span style="white-space:pre">          </span>:NCL_Version = "6.4.0" ;</div><div><span style="white-space:pre">            </span>:system = "Linux localhost.localdomain 3.10.0-327.36.3.el7.x86_64 #1 SMP Mon Oct 24 16:09:20 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux" ;</div><div><span style="white-space:pre">             </span>:Conventions = "None" ;</div><div><span style="white-space:pre">             </span>:title = "NCL: convert-OGR-to-netCDF" ;</div><div>}</div></div><div><br></div><div><br></div><div>Sincerely,</div><div><br></div><div>Lyndz</div><div><br></div></div></div></div></div></div></div></div></div></div></div>
</div>