Giter VIP home page Giter VIP logo

Comments (3)

mikejohnson51 avatar mikejohnson51 commented on June 10, 2024 1

Hi @BaxW,

Thanks for the note. In climateR, a URL is added as the value in cases where the URL call fails.

In your case it is because (oddly) the PRISM archive is missing a file for that date:

image

I am searching for a cleaner PRISM archive and hopefully this can help with this issue and I will send them a report of the missing file on Monday.

Mike

from climater.

BaxW avatar BaxW commented on June 10, 2024 1

Yes, working for me now as well. Thanks!!!

from climater.

mikejohnson51 avatar mikejohnson51 commented on June 10, 2024

Thanks to John McGuire, over at NC State, the missing file was updated:

library(AOI)
library(climateR)
library(sf)

ptest = st_point(c(-72.42642220, 41.59313330)) %>% 
  st_sfc(crs = 4326) %>% 
  st_sf()

(getPRISM(ptest, 
         param = c('tmax', 'tmin'), 
         startDate = "2021-05-12",
         endDate = "2021-05-13"))


source   lat    lon       date  tmax  tmin
1  prism 41.58 -72.42 2021-05-12 17.45 4.966
2  prism 41.58 -72.42 2021-05-13 18.94 4.014

Hope if works for you too,

Mike

from climater.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.