gdalinfo
gdalwarp
gdal_translate
gdal_merge.py
gdal_rasterize
module load gdal/1.10.0
Write your own code? Use GDAL API:
module load gdal/1.10.0
(loads python/2.7.5
)from osgeo import gdal
rgdal
and raster
packages)
module load R_earth/3.1.0
library(raster)
module load gdal/1.10.0
#include "gdal.h"
GDAL_LIB
and GDAL_INC
pathsogrinfo
ogrinfo -so -al vector.shp
ogrinfo -al -where "FEATURE > 5" vector.shp
-sql
)grep
, wc
, etc... to quickly summarize vector dataogr2ogr
ogr2ogr -f KML vector.kml vector.shp
ogr2ogr -t_srs "EPSG:4326" vector_wgs84.shp vector.shp
ogr2ogr -append combined.shp part2.shp
module load qgis/2.0.1
Bulk Download Application for L1 products:
module load bda/1.1.2
qsh
session for big downloads -- very CPU intensive!Parallel SR / Fmask for Landsat 4, 5, 7, and 8 in one command:
module load batch_landsat/v4
landsatPrepSubmit.sh -h
Timeseries interactive visualization in QGIS:
module load CCDCTools/latest
module load CCDCTools/_beta
Use Python? Want to share or explain your work, or just save and document your explorations?
module load python/2.7.5
ipython notebook
ssh -L [local port]:localhost:[remote port] [user]@geo.bu.edu
Installed as part of RStudio!