didier
didier
Why only two slots? What about: - load more than one file in the dialog box. all theses files end in a 'slot'. - opening a new set doesn't close...
I made a POC: https://github.com/did-g/XyGrib/tree/dev add four crosses, select one for loading a different grib. Order left to right. - switch quickly between grib - two new menu Options entries...
I can reproduce the ... /org/freedesktop/NetworkManager/ActiveConnection/17" message but download is working. Long shot but are you sure you keep the same IP ?
Hi, Wouldn't always adding -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1 in cmake/FindPROJ4.cmake be enough and work even with older libproj? ``` --- a/cmake/FindPROJ4.cmake +++ b/cmake/FindPROJ4.cmake @@ -73,4 +73,5 @@ ENDIF(MSVC) IF(PROJ4_FOUND) SET(PROJ4_INCLUDE_DIRS ${PROJ4_INCLUDE_DIR}) + ADD_DEFINITIONS(-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1)...
Hi Are you sure about that? In my understanding Xygrib is already trying to convert whatever it get to mm/hr. cf.: GribReader::computeAccumulationRecords Have you a file wrongly decoded around ?...
Ha, it's a TODO. :( We are reaching the limit of shoehorning GRIB2 time range in grib1 logic
Hi, PR 239 should correct some bogus errors but in this case WR is probably right, it's just not intuitive and not very useful, we need to find a better...
Hi, > So if land is detected, it switches to an angular step of 1 degree and propagates 360? No it doesn't, if landing or boundary are set it uses...
Ok; BTW I'm playing with curvilinear gribs (Lambert and co), what do you think would be best: - When loading regrid to plate carré - Work with the native grid:...
@seandepagnier > Can this add the slow start as optional? Not yet.