I am pretty new to python and programming , all self taught. I started a new position late last year requiring me to create and maintain large scientific data sets. A big hurdle was learning to install the pyhdf and netcdf4 modules for 64 bit python 2.7 on windows. Here is how to do that.
Installing Anaconda Python, pyhdf, and netcdf4 for windows 64 bit
13.5k Views Asked by Almidas At
1
There are 1 best solutions below
Related Questions in PYTHON
- new thread blocks main thread
- Extracting viewCount & SubscriberCount from YouTube API V3 for a given channel, where channelID does not equal userID
- Display images on Django Template Site
- Difference between list() and dict() with generators
- How can I serialize a numpy array while preserving matrix dimensions?
- Protractor did not run properly when using browser.wait, msg: "Wait timed out after XXXms"
- Why is my program adding int as string (4+7 = 47)?
- store numpy array in mysql
- how to omit the less frequent words from a dictionary in python?
- Update a text file with ( new words+ \n ) after the words is appended into a list
- python how to write list of lists to file
- Removing URL features from tokens in NLTK
- Optimizing for Social Leaderboards
- Python : Get size of string in bytes
- What is the code of the sorted function?
Related Questions in NUMPY
- How can I serialize a numpy array while preserving matrix dimensions?
- store numpy array in mysql
- Trying to save an np array with string and floats, but getting a error
- Does numpy broadcast in *all* of its functions?
- Is there any implementation of hstack in gnumpy
- Mayavi - color vectors based on direction instead of magnitude
- How to install scipy misc package
- Numpy Vs nested dictionaries, which one is more efficient in terms of runtime and memory?
- How to count distance to the previous zero in pandas series?
- Changing the amount of points changes the result of the fft
- Succint way of handling missing observations in numpy.cov?
- Fastest Way to access and put values in matrix
- Enforcing that inputs sum to 1 and are contained in the unit interval in scikit-learn
- Cython speed vs numpy
- Best practice for using common subexpression elimination with lambdify in SymPy
Related Questions in MODULE
- Magento custom block. Can't get block's file
- Undefined is not a function when calling node module
- Why is it bad practice to use from module import *?
- Node.js http.get example
- Perl Module using %EXPORT_TAGS
- Yii, Load a model of a module from the main app controller
- Ocaml unbound type constructor with module
- Drupal location module shows only a portion of Gmap on node page
- phpinfo() uses old version. What am I missing after "make install"?
- Accessing 2 different tables from same controller file
- Do software engineers in general have no idea about Software Architecture Design?
- Class Path entry my.jar does not point to a valid jar for a Class-Path reference
- TypeScript: workaround for relative reference path?
- Python - Can't install modules on mac
- Text file not being imported with module
Related Questions in NETCDF
- User input filename when reading in netCDF files in Python
- Print calculations from for loop on same line idl
- error using cdfextract in R (clim.pact package)
- How to make sure a netcdf file is closed in python?
- Matlab : Export netcdf timestamped variable
- Combine multiple NetCDF files into timeseries multidimensional array python
- python - how to check whether some given date exists in netcdf file
- Basemap causing data to not plot
- How to plot a spatially explicit hdf5 file? - r - raster
- Need to convert netcdf fill values from Matlab to R
- Why does cmake give undefined references for netcdf with cygwin on windows?
- NetCDF NF90_PUT_VAR returns error status -51 and the file is empty
- converting an accumulated variable to timestep values in a netcdf file with CDO
- f2py is not able to link with NetCDF library -
- subtracting variables within two different netcdf files
Related Questions in PYHDF
- pyhdf links in PyPI going to server that is offline? (with workaround)
- Fields not found when using pyhdf
- Read Specific Z Component slice of 3D HDF from Python
- Downloading hdf file, but does not read using pyhdf
- SD : No such file
- How to read location coordinates of MODIS HDF file with Python GDAL?
- lat,lon information from hdf file python
- NotADirectoryError: [WinError 267] The directory name is invalid: 'C:\\Users\\username\\MYD06_L2.A2008001.0000.006.2013341193524.hdf'
- Failing to build pyhdf
- Open file as a buffer in Python?
- Install pyhdf error: hdf.h: No such file or directory
- Spyder iPython console crashing in a long program
- Read/Open a modis aqua .hdf file and display/plot the output in gdal and matplotlib
- How to Install PyHDF package on Google Colab?
- Error importing pyhdf module in Python
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
NEW CONDENSED VERSION ----- JUNE 2016
I have learned more since I wrote this question. Anaconda makes everything except pyhdf (to my knowledge) easier.
1. Anaconda
Download Anaconda 2.7 windows 64 bit from here! and install at C:\Anaconda
2. Numpy
3. PIP
4. Pyhdf
Download pyhdf python 2.7 64 bit from here!
5. Netcdf
=========================================================================
=========================================================================
OLD METHOD ----- OCTOBER 2014
1. Anaconda
Download Anaconda 2.7 windows 64 bit from here! and install at C:\Anaconda
2. Numpy
In command prompt. You could also use the below method to pip install numpy.
3. PIP
I used the directions found here!. They are also found below.
Download ez_setup.py and then run:
Then download get-pip.py and run:
upgrade installed setuptools by pip:
4. Pyhdf
Download pyhdf python 2.7 64 bit from here!
5. Netcdf
Download netcdf4 python 2.7 64 bit from here!