-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Title: I get a 500 internal server error when I try to download weather data according to your tutorial.
Tags: server error
Description (REQUIRED)
This is the code that throws the error. It seems to be having a difficult time finding the weather data. From: https://terraref.github.io/tutorials/combining-trait-weather-and-image-datasets.html
weather <- fromJSON('https://terraref.ncsa.illinois.edu/clowder/api/geostreams/datapoints?stream_id=46431&since=2018-01-01&until=2018-12-31', flatten = FALSE)
Warning in open.connection(con, "rb") :
cannot open URL 'https://terraref.ncsa.illinois.edu/clowder/api/geostreams/datapoints?stream_id=46431&since=2018-04-01&until=2018-08-01': HTTP status was '500 Internal Server Error'
Error in open.connection(con, "rb") :
cannot open the connection to 'https://terraref.org/clowder/api/geostreams/datapoints?stream_id=46431&since=2018-04-01&until=2018-08-01'