Note: this repo is no longer maintained. Please see forked version here for latest changes.
Add whatever code you think is useful for remote sensing data analysis and misc. coding.
- Image-Proc A growing set of image processing functions in matlab
- Riv2xls ADCP quality control galore!
- geographic-functions A set of bash shell scripts using gdal for raster manipulation.
- gps_scrripts A collection of simple bash shell scripts for manipulating GPS files using teqc/bash.
- water-mask Ethan's masters thesis paper!
- kats_funcs Katia's frequently used functions
We are experimenting with git submodules to link working repos with this one so that changes can be synchronized without having to create copies of working scripts here. A better solution might be github project boards.
$ git submodule add https://github.com/example/url.git
Then push as normal.
Either use
$ git clone https://github.com/example/url.git
& git submodule update --init
or
$ git clone --recurse-submodules https://github.com/example/url.git
If you clone as normally, the subrepos will show up as empty directories, so if you want to actually have the scripts, you will need to follow the commands above.
git submodule update --remote [SUBMODULE NAME]
Minute details on git submodule available here.