-
Notifications
You must be signed in to change notification settings - Fork 1
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
Transferring some repositories over #10
Comments
Awesome!
I don't recommend inside the package. Takes space! What I Do in JuliaDynamics is have a central repo that hosts all heavy things, e.g. videos, high quality images, and tutorials. Maybe we should consider the same here? In the case of JuliaDynamics, the same repo hosts the organization website: |
Great! For the Notebooks, there is https://github.com/JuliaClimate/GlobalOceanNotebooks Perhaps the Repo can me renamed to someting more general or we can create a new repo |
Pinging @gaelforget! could I have permissions for GeoRegions.jl and ClimateSatellite.jl? Thanks! |
Will do asap -- hopefully tonight... |
Agreed. That's sort of how I use the globalocenanotebooks folder. Couple things I could add:
Impressive! I guess you have the website there too. What's the simplest way to try the notebooks in mybinder.org for example? It's probably in the docs but by just looking at the README.md in JuliaDynamics/JuliaDynamics I am not immediately sure where dependency spec files are (toml etc) for example. It's kind of nice to be able to just push a binder to explore. ps. sorry if some of this is unclear -- probably typing too quickly... |
I definitely like this idea -- please dont hesitate, any or you, to send PRs if you'd like. We can always figure things out from there. couple side notes: I have a few things setup to build with this (see https://github.com/JuliaClimate/GlobalOceanNotebooks/blob/master/environment.yml) in addition to the packages in Project.toml like the RISE & jupytext plugins In some cases I left dependencies out of the standard build though -- e.g. the commented bloc of code at the top of the
I am open to renaming at some point but maybe I would rather postpone doing it for now -- see where things go etc and maybe we readily should create more repos |
All notebooks are in the tutorial folder here, including exercises and other material I use in my workshops: https://github.com/JuliaDynamics/JuliaDynamics/tree/master/tutorials I personally would much rather if all climate-science related tutorials and notebooks are in a single repo, even if their topic is diverse. Folders can help organizing and makes everything easier to manage from our perspective. At least I personally see no benefit in having multiple repos for tutorials, jupyter notebooks, and the like.
Yeap, hosted on github pages as well! |
I just set ClimateEasy-owners' privileges to admin for those two repos. All set? |
Actually in order to configure Travis CI, I need to be an organization owner >.> I'm so sorry for the trouble. |
I've approved the request for travis-ci on your repo. Tell us if it does not work. |
Regarding the My sense is that products NCEP, MERRA, JAMSTEC, etc can also be of great interest and providing some sort of common interface to be facilitate intercomparisons (no pressure; I am basically trying to think in the future) would be really nice. Happy to keep thinking about other options if you'd like. |
Travis CI works now! Thanks so much! I have not yet looked at NCEP or MERRA data, so I do not know precisely what their storage format is like. Does anyone know if these datasets are also saved in NetCDF? If I do decide to include these other atmospheric reanalysis products, I will need to think of a way to download those data directly using Julia, if possible (it is not possible to do this for ERA Reanalysis, unfortunately, since their API is strictly Python-centric). |
Right! I actually went to gather web links that I forgot to post here. Will do ASAP
…Sent from my iPhone
On May 13, 2020, at 8:14 AM, Philippe Roy ***@***.***> wrote:
MERRA2 is on netCDF
https://disc.gsfc.nasa.gov/datasets/M2T1NXINT_5.12.4/summary?keywords=%22MERRA-2%22
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Here are a few things that might be useful:
Some side notes :
Have you given more thought to the package name / scope @natgeo-wong ? |
A thought that occurred to me is that there could eventually be a package that deals with all reanalysis packages, much like in ClimateSatellite. However, that would be a major task to undertake and I don't have the expertise right now to push such a change (I need to get familiar with the download system for MERRA and NCEP first). I'm taking that I might move ClimateERA over first, and then when the time is right (and when I'm more familiar with NCEP and MERRA), I would create a new package with the next name and deprecate ClimateERA. I like either Sorry haven't been too responsive lately. Working on |
The proposed plan seems promising. No need to rush doing things we can't support in the long-term. It's better, imho, to better develop core features. |
Hi!
I plan to transfer over both the
ClimateSatellite.jl
,GeoRegions.jl
andClimateERA.jl
repositories into the JuliaClimate organization. Would like to request permission to modify settings for them as well.I might be renaming the
ClimateERA.jl
repository, however. Does anyone have suggestions for names? Or do people think thatClimateERA
is fine?The following things still need to be done for these repositories:
ClimateSatellite.jl
ClimateERA.jl
(or whatever name I finalize on)All questions and comments are welcome.
On a separate but related notebook, where should I put Jupyter Notebook examples? In a separate repository here? Or inside my packages?
Tagging @gaelforget, @Balinus and @Datseris as they are the main contributors to most of the packages of the JuliaClimate community thus far.
Edit: Transferring
GeoRegionsjl
over as well. Same issues with Documentation and examples also apply, but I plan to get them up once the semester ends.The text was updated successfully, but these errors were encountered: