-
Notifications
You must be signed in to change notification settings - Fork 27
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
WMS problem with OpenDAP (and NetCDF files) with uneven latitude and/or longitude #316
Comments
Hi Marco, We have developed support for irregular grids, see https://github.com/KNMI/adaguc-server/releases This might help with what you want! Can you try? |
This is related to #174 |
Hi! 1)
where latitude is uneven and longitude is even adaguc-server-updatedatasets.sh output is:
2)
adaguc-server-updatedatasets.sh output is::
and the WMS service is not available: I hope my configurations are correct. Please feel free to use the two endpoints I've built the docker image using the 2.19.0 release Thanks Marco |
I found a small bug in the detection of irregular grids, which fails with this data. I'll fix this. It is very hard to test our code with the URL's you've provided, as the emodnet server is either very, very slow or is severely throttling access from our network. This seems to lead to errors in our code (prbably tnetwork timeouts). |
Hi! for the dataset INSITU_GLO_PHY_TS_OA_MY_013_052, the same result is available using one of the nc files like: For the MULTIOBS_GLO_PHY_SSS_L4_MY_015_015 dataset the result is fine using one of the nc files like: thanks |
If you want you can test the code with the container version named fix-irreg-grid (docker pull openearth/adaguc-server/fix-irreg-grid).
It looks like the code has some problems with OpenDAP data, but it works reasonably well with your config.
We will look into the remaining problems next week.
Ernst de Vreede
…________________________________
Van: Marco Alba ***@***.***>
Verzonden: dinsdag 20 februari 2024 12:25:19
Aan: KNMI/adaguc-server
CC: Vreede de, Ernst (KNMI); Comment
Onderwerp: Re: [KNMI/adaguc-server] WMS problem with OpenDAP (and NetCDF files) with uneven latitude and/or longitude (Issue #316)
Hi!
I've asked out IT department to check our server performance (internally is working fine).
for the dataset INSITU_GLO_PHY_TS_OA_MY_013_052, the same result is available using one of the nc files like:
https://prod-erddap.emodnet-physics.eu/erddap/files/INSITU_GLO_PHY_TS_OA_MY_013_052/INSITU_GLO_PHY_TS_OA_MY_013_052_TEMP/2022/OA_CORA5.2_20220115_fld_TEMP.nc
For the MULTIOBS_GLO_PHY_SSS_L4_MY_015_015 dataset the result is fine using one of the nc files like:
https://prod-erddap.emodnet-physics.eu/erddap/files/MULTIOBS_GLO_PHY_SSS_L4_MY_015_015/cmems_obs-mob_glo_phy-sss_my_multi-oi_P1W/2022/CATDS_CSF4O1_20220103T000000_20220109T235959_342_2.nc
thanks
—
Reply to this email directly, view it on GitHub<#316 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACGWSMPKYFW3VQRHFUV4RIDYUSBZ7AVCNFSM6AAAAAA7GASB6KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJUGAYTAMZXGY>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Hi,
I've some NetCDF files with uneven latitude and/or longitude.
When I'll try to display these file via WMS , this is the result:
I've tried different configuration, all with the same results:
Using OpenDAP service from ERDDAP: https://prod-erddap.emodnet-physics.eu/erddap/griddap/MULTIOBS_GLO_PHY_SSS_L4_MY_015_015
Using one of the NetCDF files used to build the dataset (downloadable here: https://prod-erddap.emodnet-physics.eu/erddap/files/MULTIOBS_GLO_PHY_SSS_L4_MY_015_015/cmems_obs-mob_glo_phy-sss_my_multi-oi_P1W/) placing the file in the "data" folder and also in the "autowms" folder.
The OpenDAP service used in ncWMS or Panoply is displaying the data in the right way.
Using the file in Panoply is also working as expected
There is a way to display these type of data in the right way?
Thanks
Marco
The text was updated successfully, but these errors were encountered: