Skip to content

iomethods and iomethods testing#118

Open
caocampb wants to merge 129 commits intokwhitehall:masterfrom
caocampb:data-read-in
Open

iomethods and iomethods testing#118
caocampb wants to merge 129 commits intokwhitehall:masterfrom
caocampb:data-read-in

Conversation

@caocampb
Copy link
Copy Markdown

Using the binary file in GTG wasn't working because of lack of understanding of how the data is used outside of it. Will take a look within the next day.

Missing doc for a few functions, will add those very soon also.

Campbell and others added 30 commits February 22, 2016 16:28
…to figure out a way to assign data from numPy array to variables dynamically. For example, currently it's hardcoded... ch4[:,:,:] = temperatures

Tried to integrate read_binary_data into read_data. Needs testing and a few other things such as adding to the timelist.
Added mask to fulfill lat/lon range in read_data for binary MERG
Extracted TRMM reading code, started generalizing it
Comment thread code/iomethods.py
LON, LAT = np.meshgrid(lonsraw, latsraw)

timeName = 'time'
for file in userVariables.filelist:
Copy link
Copy Markdown
Owner

@kwhitehall kwhitehall Apr 24, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

file should be avoided as variable name. In general, please be mindful of using reserved words (in Python and other languages) for variable or method names as it also reduces readability.

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.

5 participants