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

default wms server from config not accessible #1803

Closed
ReimarBauer opened this issue May 31, 2023 · 5 comments · Fixed by #2009
Closed

default wms server from config not accessible #1803

ReimarBauer opened this issue May 31, 2023 · 5 comments · Fixed by #2009
Assignees
Labels
enhancement New feature or request msui
Milestone

Comments

@ReimarBauer
Copy link
Member

besides the localhost builtin url the other two don't work

default_WMS = [
        "http://localhost:8081/",
        "http://eumetview.eumetsat.int/geoserver/wms",
        "https://apps.ecmwf.int/wms/?token=public"
    ]

@ReimarBauer ReimarBauer added this to the 8.1.2 milestone May 31, 2023
@ReimarBauer ReimarBauer added bug Something isn't working documentation Improvements or additions to documentation labels May 31, 2023
@ReimarBauer ReimarBauer changed the title defaul wms server from config not accessible default wms server from config not accessible Aug 8, 2023
@ReimarBauer
Copy link
Member Author

ReimarBauer commented Aug 10, 2023

90 % of this loads
https://view.eumetsat.int/geoserver/wms

then

ERROR: Can't understand time string '2022-12-09T00:45:00.000Z/2023-08-10T08:45:00.000Z/P'. Please check the implementation.
ERROR: Cannot determine valid time format of https://view.eumetsat.int/geoserver/wms for Blended SEVIRI / LEO MW precipitation and morphologic information - MSG - 0 degree | msg_fes:h60b
ERROR: Can't understand time string '2022-12-09T08:00:00.000Z/2023-08-09T19:45:00.000Z/P'. Please check the implementation.
ERROR: Cannot determine valid time format of https://view.eumetsat.int/geoserver/wms for Precipitation rate at ground by GEO/IR supported by LEO/MW - MSG - Indian Ocean | msg_iodc:h63
ERROR: Can't understand time string '2023-03-07T11:15:00.000Z/2023-08-10T09:00:00.000Z/P'. Please check the implementation.
ERROR: Cannot determine valid time format of https://view.eumetsat.int/geoserver/wms for Rapidly Developing Thunderstorms - MSG - 0 degree | msg_fes:rdt

retrieving GetCapabilities freaks out on using all my system memory

@ReimarBauer
Copy link
Member Author

This uses the figure attr and not fig
http://eccharts.ecmwf.int/wms/?token=public
a view data can be shown

data_ecchart

@ReimarBauer ReimarBauer modified the milestones: 8.2.0, 9.0.0 Aug 11, 2023
@ReimarBauer
Copy link
Member Author

We don't change this in 8.2 because alternative services use a different attribute.

@open-mss-build open-mss-build added the ESP-Sprint We do a MSS sprint on EuroSciPy 18.8. in Basel. (candidates should be marked with this) label Aug 17, 2023
@ReimarBauer ReimarBauer removed ESP-Sprint We do a MSS sprint on EuroSciPy 18.8. in Basel. (candidates should be marked with this) documentation Improvements or additions to documentation labels Sep 7, 2023
@ReimarBauer
Copy link
Member Author

ReimarBauer commented Sep 7, 2023

CRITICAL: Fatal error: Traceback (most recent call last):
  File "/home/reimar/MAIN/MSS/mslib/msui/wms_control.py", line 1383, in continue_retrieve_image
    self.display_retrieved_image(img, legend_img, layer, style, init_time, valid_time, complete_level)
  File "/home/reimar/MAIN/MSS/mslib/msui/wms_control.py", line 1629, in display_retrieved_image
    self.view.draw_legend(self.append_multiple_images(legend_imgs))
  File "/home/reimar/MAIN/MSS/mslib/msui/wms_control.py", line 1484, in append_multiple_images
    max_height = int((self.view.plotter.fig.get_size_inches() * self.view.plotter.get_dpi())[1] * 0.99)
AttributeError: 'TopViewPlotter' object has no attribute 'get_dpi'

it shows an image

ecmwf

@ReimarBauer
Copy link
Member Author

@joernu76 that would be pretty good when we could display http://eccharts.ecmwf.int/wms/?token=public
Could you have a look on this?

@ReimarBauer ReimarBauer added enhancement New feature or request and removed bug Something isn't working labels Sep 7, 2023
@joernu76 joernu76 linked a pull request Sep 7, 2023 that will close this issue
joernu76 added a commit that referenced this issue Sep 7, 2023
Also some adaption to parse the capability document.
Added a NASA server.

Fixes #1803
joernu76 added a commit that referenced this issue Sep 7, 2023
Also some adaption to parse the capability document.
Added a NASA server.

Fixes #1803
ReimarBauer pushed a commit that referenced this issue Sep 7, 2023
…2016)

Also some adaption to parse the capability document.
Added a NASA server.

Fixes #1803
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request msui
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants