A centralized repository that links to the individual repos used by members of the Northern Change Research Lab at Brown. See Resources.md for an evolving list of useful tutorials and resources for programming in our research areas. Add whatever code you think is useful for remote sensing data analysis and miscellaneous coding. This repo is now maintained by Ethan Kyzivat.
- 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
- random-wetlands Ethan's main scripts for running UAVSAR classification and analysis with methane data
- PixelClassifier-fork Random forests classification for random-wetlands; heavily modified from HMS-IDAC
- pixel-smasher Satellite super resolution workflow, modified from Xintao Wang
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.
The repo "pixel-smasher" contains model parameter files that take up a lot of space. If you don't need to actually run the GAN model, you may consider deleting model files (end in .pth).