[ncl-talk] ncl conda version
    Ehsan Taghizadeh 
    ehsantaghizadeh at yahoo.com
       
    Mon Jul 19 07:46:22 MDT 2021
    
    
  
Hi,
I hope you are doing great.I'm not sure what I want to discuss is repetitive or not. Please pardon me if it has stated before with anyone else.
I tried to run the simple following code with the conda version of NCL:
load "./shapefile_utils.ncl"sname = "tehran/tehran.shp"print_shapefile_info(sname)plot_shapefile(sname)
Some wrong lines of the output are shown in the below:
(0)        Min/max lat:     44.04/  63.32(0)        Min/max lon:     25.06/  39.77
I downloaded the NCL precompiled source from NCL website and run the above code, again. The correct lines of the output are shown in the below:
(0)        Min/max lat:     25.06/  39.77(0)        Min/max lon:     44.04/  63.32
Also the wrong png file is the attached "province.png" and the correct one is the attached "province1.png".
I have no question and just want to hint some problems (I think) in the conda version of NCL. I hope I could explain clearly.
Best wishes.Ehsan Taghizadeh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20210719/cda000b7/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Province.png
Type: image/png
Size: 97839 bytes
Desc: not available
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20210719/cda000b7/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Province1.png
Type: image/png
Size: 96342 bytes
Desc: not available
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20210719/cda000b7/attachment-0003.png>
    
    
More information about the ncl-talk
mailing list