Skip to content

Code and resources for the Northern Change Research Lab group at Brown.

Notifications You must be signed in to change notification settings

ekcomputer/Northern_Change_Lab

 
 

Repository files navigation

Brown University Northern Change Lab Repo

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.

Description of repositories

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.

Note on file sizes

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).

About

Code and resources for the Northern Change Research Lab group at Brown.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published