-
Notifications
You must be signed in to change notification settings - Fork 17
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
problem with TRMM on Windows and Linux #3
Comments
On Debian. bbox <- list(lonMin=-10,latMin=48,lonMax=5,latMax=62)
>
> # Define a temporal extent
> timeExtent <- seq(as.Date('2012-01-01'), as.Date('2012-03-31'), by='months')
> TRMM(timeExtent = timeExtent, bbox = bbox)
latMax of bbox is out of the maximum extent [-50,50], new latMax of bbox is modified as follows: latMax = 50
Error in function (type, msg, asError = TRUE) :
Failed EPSV attempt, exiting
> devtools::session_info()
Session info -------------------------------------------------------------------
setting value
version R version 3.3.1 (2016-06-21)
system x86_64, linux-gnu
ui X11
language (EN)
collate en_AU.UTF-8
tz Australia/Hobart
date 2016-10-11
|
mdsumner
changed the title
problem with TRMM on Windows
problem with TRMM on Windows and Linux
Oct 11, 2016
13 tasks
I think the problem was due to a platform-dependent file path. @mdsumner Could you please check if on your machines the problem persists? Many thanks
|
Fine on Windows now, looks good! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Happy to explore this, for now just the details.
On Windows.
The text was updated successfully, but these errors were encountered: