Skip to content
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

Data #39

Closed
wants to merge 20 commits into from
Closed

Data #39

wants to merge 20 commits into from

Conversation

cfkawa
Copy link
Contributor

@cfkawa cfkawa commented Nov 29, 2022

Purpose

Type of change

New Feature
Code style update
Documentation update

Checklist

Put an x in the boxes that apply.

  • [x ] My code functions as intended
  • [ x] I have used camelCase in my variable and function names
  • [x ] I have commented my code properly
  • [x ] I have provided the necessary prompts for automatic documentation
  • [x ] I have provided a toy case under the examples folder
  • [x ] I have addressed all the issues entirely

cfkawa and others added 14 commits November 23, 2022 11:40
Hurricane dataset aquired. It contains snapshots of the global atmospheric states for every three hours. (1 timestep = 3 hours) Each snapshot contains multiple physical variables among which we use the six most important climate variables to define hurricane from scientific literature, such as PSL (Sea level pressure), U850 (Zonal wind), V850 (Meriodional wind), PRECT (Precipitation), TS (Surface temperature), QREFHT (Reference high humidity) by order.
A description of the data used for our model is provided
XRAGE data is created for project (unfortunately a release was not granted so backup data set had to be used instead)
Created a python code to load data and generate images from the data
Created python script to load and generate images from the dataset
wrote information about dataset
wrote information about the initial dataset
updated image_gen.py to address formatting issues
@cfkawa cfkawa closed this Nov 29, 2022
@cfkawa cfkawa reopened this Nov 29, 2022
@cfkawa
Copy link
Contributor Author

cfkawa commented Nov 29, 2022

fixed formatting

@dorukaks dorukaks closed this Dec 2, 2022
@dorukaks dorukaks deleted the Data branch December 2, 2022 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TODO] Data post processing [TODO] Generate Dataset
2 participants