PollyNET / polly2earlinetDB

Provide command line tool to convert the polly results to the new EARLINET database format.
GNU General Public License v3.0
4 stars 0 forks source link

Add support for Picasso data files #1

Closed ZPYin closed 4 years ago

ZPYin commented 5 years ago

Enable to convert the netCDF files from Picasso

HolgerPollyNet commented 4 years ago

what support do you need? shall I try to code little? So far I get this error messae: Labview info file does not exist. data\2020_04_12_Sun_TROPOS_00_00_01_0100_0159_profile-info.txt

when using picasso output ;-)

ZPYin commented 4 years ago

The conversion from Picasso to EARLINET profile is totally blank in the code base. It's sad, but it's the truth. I leave this issue here, because I think it could be needed in the future...

So forget about the output from the program. It's not telling you, "hey, there is bug with the conversion". It means "it's not developed at all".

You can start working on this issue if you want this funtionality now ... Or we can do it together after May 1st. As far as I see, we would need to adjust Picasso output to be compatible with the conversion, since there are some parameters required in EARLINET data format but missing in the nc file from Picasso. That's the most time-consuming thing.

ZPYin commented 4 years ago

Implemented in the master branch