Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Since adaguc-server 2.10.0: using autowms gridded interpolated observations fail #279

Closed
maartenplieger opened this issue Aug 21, 2023 · 1 comment · Fixed by #280
Closed

Comments

@maartenplieger
Copy link
Member

Adaguc-server is unable to use GSIE gridded interpolated observations since 2.10.0:

D:002:pid20: adagucserverEC/CAutoResource.cpp:232 CAutoResource] 2023-08-21T07:09:33Z OGC REQUEST Remote resource /data/adaguc-autowms/INTER_OPER_R___RD1NRT__L3__20230818T080000_20230819T080000_0002.nc
[D:003:pid20: adagucserverEC/CRequest.cpp:752 CRequest] 2023-08-21T07:09:33Z WMS GETCAPABILITIES
[E:004:pid20: adagucserverEC/CImageWarper.cpp:334 CImageWarper] 2023-08-21T07:09:33Z Invalid projection: from " +proj=sterea +lat_0=52.15616055555555 +lon_0=5.38763888888889 +k=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel +units=m +no_defs +<>"

The attached NetCDF file INTER_OPER_R___RD1NRT__L3__20230818T080000_20230819T080000_0002.nc does not work with autowms.

INTER_OPER_R___RD1NRT__L3__20230818T080000_20230819T080000_0002.zip

@maartenplieger maartenplieger changed the title Since adaguc-server 2.10.0 gridded interpolated observations fail using autowms. Since adaguc-server 2.10.0: using autowms gridded interpolated observations fail Aug 21, 2023
@maartenplieger
Copy link
Member Author

maartenplieger commented Aug 21, 2023

This is the current proj4_params:

"\" +proj=sterea +lat_0=52.15616055555555 +lon_0=5.38763888888889 +k=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel +units=m +no_defs +<>\"\n", " " ;

When changing to

crs:proj4_params = "+proj=sterea +lat_0=52.15616055555555 +lon_0=5.38763888888889 +k=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel +units=m +no_defs +<>" ;

It works again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant