Jump to content

angeldhs00

New Members
  • Posts

    3
  • Joined

  • Last visited

angeldhs00's Achievements

  1. Yes, you are right, the problem was the wget module, with urlretrive I haven't had any problems, thank you!
  2. Yes, I am trying with that service. My request is wget('https://wps.neweuropeanwindatlas.eu/api/mesoscale-ts/v1/get-data-point?latitude=53.800651&longitude=3.955078&variable=WD10&variable=WS10&dt_start=2018-12-20T00:00:00&dt_stop=2018 -12-31T23:30:00') I am coding this link to be able to make different downloads in an application.
  3. Hi, I am trying to download data through the OpenDap service without success. I am making the request in anaconda python 3.11 in spyder environment using wget request package and I am getting the following URLError: <urlopen error [SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:1002)>. I'm not sure why this is because I haven't had any problems before. I'm trying to make any simple API request.
×
×
  • Create New...