Thank you so much for the very informative tutorial.
@dirgafauzan17705 ай бұрын
you actually help me for installing gdal. Thank you
@celisantos78626 ай бұрын
Good Video, congrats!
@jidenamuslim12126 ай бұрын
Nice. You are good tutor. I have problem installing netCDF4. I use the same pip command as yours but I got error of no hdf5 not in include. I'm pycharm terminal
@IIASALive6 ай бұрын
If there is a problem installing netCDF4, let us try installing netCDF4 with a wheel. What OS and Python version are you using? Download the appropriate wheel here: pypi.org/project/netCDF4/#files For example, if you are using Windows and Python 3.12, then download: netCDF4-1.6.5-cp312-cp312-win_amd64.whl (Notice the 312 and win) Now, open a terminal from the folder where this wheel was downloaded. Then, install the wheel with pip. For example, with the 312 and win version from above: pip install netCDF4-1.6.5-cp312-cp312-win_amd64.whl