<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><font face="Helvetica" size="2" class="">Ken,</font><div class=""><font face="Helvetica" size="2" class=""><br class=""></font></div><div class=""><font face="Helvetica" size="2" class="">Thanks for your reply. The problem with that approach is that all the features I am interested in make sense if they are plotted on a sphere (they approximate the Earth surface). So, there is no builtin solution for that?</font></div><div class=""><font face="Helvetica" size="2" class=""><br class=""></font></div><div class=""><font face="Helvetica" size="2" class="">One more question: How can I access the actual latitude, longitude and depth parameter values using Python. I can see their extent and bounds, but I can not see how I can access the individual values:</font></div><div class=""><font face="Helvetica" size="2" class=""><br class=""></font></div><div class=""><font face="Helvetica" size="2" class=""><span style="color: rgb(51, 51, 51);" class="">temp.GetBounds()</span><br style="color: rgb(51, 51, 51);" class=""><span style="color: rgb(51, 51, 51);" class="">(0.0, 359.0, -89.0, 89.0, -2750.0, 50.0)</span><br style="color: rgb(51, 51, 51);" class=""><span style="color: rgb(51, 51, 51);" class="">temp.GetDimensions()</span><br style="color: rgb(51, 51, 51);" class=""><span style="color: rgb(51, 51, 51);" class="">(360, 179, 57)</span><br style="color: rgb(51, 51, 51);" class=""><span style="color: rgb(51, 51, 51);" class="">temp.GetExtent()</span><br style="color: rgb(51, 51, 51);" class=""><span style="color: rgb(51, 51, 51);" class="">(0, 359, 0, 178, 0, 56)</span><br style="color: rgb(51, 51, 51);" class=""><span style="color: rgb(51, 51, 51);" class="">temp.GetCenter()</span><br style="color: rgb(51, 51, 51);" class=""><span style="color: rgb(51, 51, 51);" class="">(179.5, 0.0, -1350.0)</span><br style="color: rgb(51, 51, 51);" class=""><span style="color: rgb(51, 51, 51);" class="">temp.GetNumberOfPoints()</span><br style="color: rgb(51, 51, 51);" class=""><span style="color: rgb(51, 51, 51);" class="">3673080L</span></font></div><div class=""><font color="#333333" face="Helvetica" size="2" class=""><br class=""></font></div><div class=""><font color="#333333" face="Helvetica" size="2" class="">Really appreciate your help</font></div><div class=""><font color="#333333" face="Helvetica" size="2" class=""><br class=""></font></div><div class=""><font color="#333333" face="Helvetica" size="2" class="">—manoch</font></div><div class=""><font color="#333333" face="Lato, Helvetica, Arial, freesans, clean, sans-serif" class=""><span style="font-size: 15px;" class=""><br class=""></span></font><div><br class=""><blockquote type="cite" class=""><div class="">On Jan 17, 2018, at 3:57 PM, Moreland, Kenneth <<a href="mailto:kmorel@sandia.gov" class="">kmorel@sandia.gov</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Manochehr,<br class=""><br class="">If you uncheck the “Spherical Coordiantes” option, then the longitude, latitude, and depth values will be preserved as x, y, and z coordinates. (Instead of translated to a sphere, the data will appear in a rectangle.)<br class=""><br class="">-Ken<br class=""><br class=""><br class="">On 1/17/18, 4:34 PM, "ParaView on behalf of Manochehr Bahavar" <<a href="mailto:paraview-bounces@paraview.org" class="">paraview-bounces@paraview.org</a> on behalf of <a href="mailto:manoch@iris.washington.edu" class="">manoch@iris.washington.edu</a>> wrote:<br class=""><br class="">    Hello,<br class=""><br class="">    I am trying to see if I can visualize my netCDF Earth models (longitude, latitude,depth) using ParaView. I have been able to load the models, with the "Spherical Coordinates" option selected. However it appears that I now lose my coordinates and depth values and as a result to extract a subset, I have to use the depth index (not the actual depth value). Is there a way to preserve the latitude, longitude and depth values and work with ParaView using the actual values (not their index) directly?<br class=""><br class="">    Thank you,<br class=""><br class="">    —manoch<br class="">    _______________________________________________<br class="">    Powered by <a href="http://www.kitware.com" class="">www.kitware.com</a><br class=""><br class="">    Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" class="">http://www.kitware.com/opensource/opensource.html</a><br class=""><br class="">    Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" class="">http://paraview.org/Wiki/ParaView</a><br class=""><br class="">    Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" class="">http://markmail.org/search/?q=ParaView</a><br class=""><br class="">    Follow this link to subscribe/unsubscribe:<br class="">    <a href="https://paraview.org/mailman/listinfo/paraview" class="">https://paraview.org/mailman/listinfo/paraview</a><br class=""><br class=""><br class=""></div></div></blockquote></div><br class=""></div></body></html>