Skip to content

elezine/Northern_Change_Lab

Repository files navigation

Northern Change Lab Repo


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.

Description of repositories

  • 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

Using git submodule

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.

To add a sub-repository:

$ git submodule add https://github.com/example/url.git

Then push as normal.

To clone from a repository with sub-repositories:

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.

To fetch updates from the sub-repositories:

git submodule update --remote [SUBMODULE NAME]

Minute details on git submodule available here.

About

Useful things.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published