Git Product home page Git Product logo

cfpointconventions's People

Contributors

daf avatar kevin-m-smith avatar kwilcox avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cfpointconventions's Issues

H.3.2 - Not incomplete

There is a small problem with profile-Incomplete-MultiDimensional-MultipleProfiles-H.3.2 :
It isn't incomplete. So if one uses it to test the ability to detect and remove observation rows that have just missing values, there are no such rows to be discovered.

H.6.2 - Wrong fill value

trajectoryProfile-Multidimensional-SingleTrajectory-H.6.2.nc
file from your collection of sample files.

For alt, the metadata has missing_value = -999.0f .
But the alt data has values of -999.9f.

lat,lon,alt,time,temperature,salinity,trajectory
39.491425,-35.10078,0.0,0,37.631386,52.763836,0
39.491425,-35.10078,1.0,0,20.998404,34.70631,0
39.491425,-35.10078,2.0,0,15.13594,25.764328,0
39.491425,-35.10078,3.0,0,31.464115,43.157772,0
39.491425,-35.10078,4.0,0,20.991987,62.27547,0
39.491425,-35.10078,-999.9,0,-999.9,-999.9,0
39.491425,-35.10078,-999.9,0,-999.9,-999.9,0
39.491425,-35.10078,-999.9,0,-999.9,-999.9,0

H.6.1 - Wrong fill value in

trajectoryProfile-Multidimensional-MultipleTrajectories-H.6.1.nc
in your collection of sample .nc CF files:
For alt, the metadata has missing_value = -999.0f .
But the alt data has values of -999.9f.

row,lat,lon,trajectory,alt,time,temperature,salinity
0,5.875832,-19.151413,0,0.0,0,22.367708,4.9304028
1,5.875832,-19.151413,0,1.0,0,32.348286,27.114841
2,5.875832,-19.151413,0,2.0,0,13.822979,1.9672961
3,5.875832,-19.151413,0,-999.9,0,-999.9,-999.9
4,5.875832,-19.151413,0,-999.9,0,-999.9,-999.9

H.6.3 - rowSize variable seems to be the wrong length

trajectoryProfile-Ragged-MultipleTrajectories-H.6.3.nc
in your collection of .nc CF DSG sample files:

The rowSize variable has
rowSize =
{24, 24, 24, 24, 35, 35, 35, 35, 30, 30, 30, 30, 45, 45, 45, 45, 14, 14, 14, 14} which I sum up to be 592 rows.

But the obs dimension's current size is 641 and the z, temperature, and humidity variables which use it seem to have 641 valid values.
So there are 641 rows of data, but identifying information for only the first 592 rows.

Trajectories - trajectory_info variable has no fill value

I note that all 4 sample trajectory files have
trajectory_info=-2147483647
for all trajectories, and yet that value is not identified as a missing_value or _FillValue. So this isn't wrong, but maybe it isn't what you intended or very useful as a test that trajectory_info is properly assigned to the correct trajectory.

H.3.5 - Index off by 1 (0 vs 1)

profile-Indexed-Ragged-MultipleProfiles-H.3.5.nc

The index values in parentIndex range from 1 through 6, clearly intending to refer to the 6 profiles.

But the CF 1.6 standard
http://cf-pcmdi.llnl.gov/documents/cf-conventions/1.6/cf-conventions.html#idp6503408
says "The index variable contains the zero-based index of the feature to which each element belongs" and the example's index values are 0 through 3.

So I think the parentIndex values in your sample file should range from
0 through 5.

H.2.1 Defective

No data variables are seen for H.2.1 by the tools-ui program.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.