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

Map component doesn't set the temperature type in EMIKAT local temperature layers. #62

Closed
DenoBeno opened this issue Oct 4, 2019 · 7 comments
Assignees
Labels
BB: Catalogue of ER & AO Catalogue of Elements at Risk and Adaptation Options Building Block BB: Map Component Map Component Building Block bug Something isn't working

Comments

@DenoBeno
Copy link

DenoBeno commented Oct 4, 2019

related to clarity-h2020/data-package#45

EMIKAT produces three different temperature maps (and possibly also a "discomfort" map too?). I have defined separate resources for each of them, but the map is the same for all three of them.

This is how it SHOULD look like:

Apparent temperature is the lowest. https://service.emikat.at/geoserver/clarity/wms?service=WMS&version=1.1.0&request=GetMap&layers=clarity%3Aview.2974&bbox=4672000.0%2C1979500.0%2C4687500.0%2C1988000.0&width=768&height=421&srs=EPSG%3A3035&format=image%2Fgif&CQL_FILTER=STUDY_VARIANT%3D%27BASELINE%27%20and%20TIME_PERIOD=%27Baseline%27%20AND%20EMISSIONS_SCENARIO=%27Baseline%27%20AND%20EVENT_FREQUENCY=%27Rare%27%20AND%20SZ_ID=2846&styles=T_A

image

Mean radiant temperature the highest: (replace T_A with T_MRT)
image

and the T_UTCI is in the middle

image

At the moment, CSIS shows the same map for all three.

@DenoBeno DenoBeno added the bug Something isn't working label Oct 4, 2019
@p-a-s-c-a-l p-a-s-c-a-l added this to the D1.3 CLARITY CSIS v1 milestone Oct 7, 2019
@p-a-s-c-a-l
Copy link
Member

@therter how is the 'styles' parameter treated? Is it removed from the request URI?

therter added a commit that referenced this issue Oct 7, 2019
@DenoBeno
Copy link
Author

DenoBeno commented Oct 7, 2019

I'm still getting the same data for all three layers on https://csis.myclimateservice.eu/study/35/step/1524/view/maps

@clarity-h2020 clarity-h2020 deleted a comment from mattia-leone Oct 7, 2019
@therter
Copy link
Contributor

therter commented Oct 7, 2019

I'm still getting the same data for all three layers on https://csis.myclimateservice.eu/study/35/step/1524/view/maps

Please reload the page and try again. Now you should see different data

@humerh
Copy link

humerh commented Oct 7, 2019

Can you show the query-URL which you use?
The yellow layer does definitly not come from EMIKAT.

image

EMIKAT returns grid data only from inside of the study area and in the resulution 500x500.

@therter
Copy link
Contributor

therter commented Oct 7, 2019

The layers from emikat have the following urls:
https://service.emikat.at/geoserver/clarity/wms?CQL_FILTER=STUDY_VARIANT=%27BASELINE%27%20and%20TIME_PERIOD=%2720710101-21001231%27%20AND%20EMISSIONS_SCENARIO=%27rcp85%27%20AND%20EVENT_FREQUENCY=%27Rare%27%20AND%20SZ_ID=3189&&service=WMS&request=GetMap&layers=clarity%3Aview.2974&styles=T_UTCI%0D%0A&format=image%2Fpng&transparent=true&version=1.1.1&leaflet=%5Bobject%20Object%5D&width=1536&height=1536&srs=EPSG%3A3857&tileSize=1536&attribution=&bbox=2622095.8182946863,4539747.98391319,2680799.456017702,4598451.621636205

https://service.emikat.at/geoserver/clarity/wms?CQL_FILTER=STUDY_VARIANT=%27BASELINE%27%20and%20TIME_PERIOD=%2720710101-21001231%27%20AND%20EMISSIONS_SCENARIO=%27rcp85%27%20AND%20EVENT_FREQUENCY=%27Rare%27%20AND%20SZ_ID=3189&&service=WMS&request=GetMap&layers=clarity%3Aview.2974&styles=T_A%0D%0A&format=image%2Fpng&transparent=true&version=1.1.1&leaflet=%5Bobject%20Object%5D&width=1536&height=1536&srs=EPSG%3A3857&bbox=2622095.8182946863,4539747.98391319,2680799.456017702,4598451.621636205

https://service.emikat.at/geoserver/clarity/wms?CQL_FILTER=STUDY_VARIANT=%27BASELINE%27%20and%20TIME_PERIOD=%2720710101-21001231%27%20AND%20EMISSIONS_SCENARIO=%27rcp85%27%20AND%20EVENT_FREQUENCY=%27Rare%27%20AND%20SZ_ID=3189&&service=WMS&request=GetMap&layers=clarity%3Aview.2974&styles=T_MRT%0D%0A&format=image%2Fpng&transparent=true&version=1.1.1&leaflet=%5Bobject%20Object%5D&width=1536&height=1536&srs=EPSG%3A3857&tileSize=1536&attribution=&bbox=2622095.8182946863,4539747.98391319,2680799.456017702,4598451.621636205

The layer from your image is the layer "Agricultural Areas in Europe". This layer comes from another wms:
http://services.clarity-h2020.eu:8080/geoserver/clarity/ows?&service=WMS&request=GetMap&layers=clarity%3Aagricultural_areas&styles=&format=image%2Fpng&transparent=true&version=1.1.1&leaflet=%5Bobject%20Object%5D&width=1536&height=1536&srs=EPSG%3A3857&bbox=2622095.8182946863,4539747.98391319,2680799.456017702,4598451.621636205

@humerh
Copy link

humerh commented Oct 7, 2019

I dont unterstand, I get 3 different pictures.

@therter
Copy link
Contributor

therter commented Oct 7, 2019

I dont unterstand, I get 3 different pictures.

Before the last update of the map-component, the style parameter was ignored by the map-component. This was not a emikat problem and the problem is fixed. So I think, I can close this issue

@therter therter closed this as completed Oct 7, 2019
@p-a-s-c-a-l p-a-s-c-a-l added BB: Catalogue of ER & AO Catalogue of Elements at Risk and Adaptation Options Building Block BB: Map Component Map Component Building Block labels Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BB: Catalogue of ER & AO Catalogue of Elements at Risk and Adaptation Options Building Block BB: Map Component Map Component Building Block bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants