Skip to content

a-hubbard/developython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

developython

Python Training for the DEVELOP program.

Setup Instructions (User Account & GDAL)

  1. Download and install Anaconda for Windows 64-Bit (Python 2.7)
  2. Do not make it your default Python (possible conflicts with other Python versions or if using arcPy).
  3. Do not add it to your path (can change depending upon use with GDAL).
  4. Start -> All Programs -> Anaconda 2 (64-Bit) -> Anaconda Prompt
  5. conda install netCDF4 basemap
  6. conda install conda=4.1.11
  7. conda install -c conda-forge gdal
  8. conda install h5py
  9. Close your Anaconda Prompt to retain the changes and then open again to test installation.

And if all else fails:

  1. conda install conda=4.1.11
  2. Exit Anaconda Prompt
  3. conda create -n GDAL python=2.7 gdal -c conda-forge
  4. activate GDAL

To Test GDAL install:

  1. Download this file
  2. cd to Downloads directory
  3. gdalwarp -t_srs "EPSG:32645" 1400412014302_to_1400412014206.tif test.tif

TODO:

  1. Connect arcpy with Anaconda exterior to ArcGIS.

About

Python Training for the DEVELOP program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 95.8%
  • Python 4.2%