GithubHelp home page GithubHelp logo

rearthsyssci's People

Contributors

pjbartlein avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

rearthsyssci's Issues

Receiving data by specifying the year

I wanted to take the 1st month of 2019 and created the code below. But I got the error "Error in tmp_array [,,, m1]: subindex out of bounds".
x <- as.Date("2019-01-01")

m1 <- x
twvc_slice1 <- twvc_array[,,,m1]
Why do you think it's not happening?

License of this Course

Hey @pjbartlein,

this really is a fantastic project. Have you ever thought about putting the whole thing under an open source licence?
I am currently doing research for OpenSustain.tech and would like to add your project here.

Cheers
Tobias

Understanding REA-5 data in R

I converted the ERA5 data to CSV format and opened it in R. But a result came out like the screenshot below. My data information is as follows;

longitude Size:21 units: degrees_east long_name: longitude latitude Size:9 units: degrees_north long_name: latitude expver Size:2 long_name: expver time Size:15550 units: hours since 1900-01-01 00:00:00.0 long_name: time calendar: gregorian

Output image;
image

But there are 279,899 lines in my output. How did this happen and what does it mean? Also, why is something in different formats written on the columns? For example, in R, is there any way to see the values of a parameter between 01.01.2019 - 09.08.2020? Or can I see the values of all 15550 times? I hope there is someone who can work with ERA-5 data and explain. It is really important to me.

Inability to read the value I want

Hello, I have seen and tried your posts about opening netCDF file in R environment from your https://pjbartlein.github.io/REarthSysSci/netCDF.html page. I used the functions below.
ncpath <- "C: \ Users \ xxxx \ Desktop / nc /"

ncname <- "ECMWF_ERA-40_subset"
ncfname <- paste (ncpath, ncname, ".nc", sep = "")
dname <- "hcc"
ncin <- nc_open (ncfname)
print (ncin)
I just wanted to display the "hcc" variable. But it returned all variables in the file. Where do you think I went wrong and how can I solve it?

Opening all data

Hello, how can I open all years in a netCDF file about 3-year temperature values? In other words, I want to take all the data for the years 2017-2018-2019 and save it in CSV format. How can I do that? Can you help me, please? It's really important.

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.