View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015406ParaView(No Category)public2015-04-01 16:592016-08-12 09:59
ReporterTodd Berendes 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version4.3 
Target VersionFixed in Version 
Summary0015406: NetCDF reader doesn't apply scale factor to lat/lon for CF compliant files
DescriptionI'm trying to read swath data from a CF compliant NetCDF file. The lat/lon values are stored as integers with a scale factor of 0.001 that needs to be applied to scale to float/double values. Here is the NetCDF attribute for latitude in my file:

   int lat(along_track=18158, cross_track=42);
     :units = "degrees_north";
     :comment = "Pixel Latitude [-90:90]";
     :scale_factor = 0.001; // double
     :long_name = "Pixel Latitude";
     :standard_name = "latitude";

The reader correctly interprets the lat field as latitude based on the CF attribute "standard_name", but erroneously sets the points in the resulting unstructured grid as their unscaled values. I have noticed that the scale factor is correctly applied to other CF compliant variables just not the latitude and longitude point values.
TagsNo tags attached.
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0038797)
Kitware Robot (administrator)
2016-08-12 09:59

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2015-04-01 16:59 Todd Berendes New Issue
2016-08-12 09:59 Kitware Robot Note Added: 0038797
2016-08-12 09:59 Kitware Robot Status backlog => closed
2016-08-12 09:59 Kitware Robot Resolution open => moved
2016-08-12 09:59 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team