enram / data-repository

Data quality assessment
https://enram.github.io/data-repository/
MIT License
3 stars 1 forks source link

Polish data has .hdf extension #41

Closed peterdesmet closed 6 years ago

peterdesmet commented 6 years ago

@CeciliaNilsson709 @plieper I noticed the data from the Polish radars have a .hdf extension, rather than the expected .h5:

plbrz_vp_2016100100042700.hdf

As a result, the file_transfer does not recognize these files and they cannot be uploaded to the data repository... at least, that's what I think happens: I get an error. 🤷‍♂️

Can those files be changed to .h5?

adokter commented 6 years ago

@peterdesmet yes you can change to .h5, the difference is because Anna Gorska processed these data herself, and chose her own filenames.

peterdesmet commented 6 years ago

So, can I just replace the file extension or do I need to do something fancier?

adokter commented 6 years ago

Yes just change hdf into h5

peterdesmet commented 6 years ago

Great! It's done, and the files are still readable by bioRad. 👌

peterdesmet commented 6 years ago

Note to self: I used Automator, rather than figuring out a bash script.