Shared utility scripts for AI for Earth projects and team members
Перейти к файлу
Dan Morris 0bdf92d724 coding convention consistency 2019-01-24 18:49:12 -08:00
.gitignore Initial commit 2018-12-07 14:40:36 -08:00
LICENSE Initial commit 2018-12-07 14:40:39 -08:00
README.md Initial commit, utilities that used to live in my private space 2018-12-07 14:44:11 -08:00
matlab_porting_tools.py test driver cleanup 2018-12-07 15:12:41 -08:00
path_utils.py coding convention consistency 2019-01-24 18:49:12 -08:00
write_html_image_list.py Initial commit, utilities that used to live in my private space 2018-12-07 14:44:11 -08:00

README.md

Overview

Shared utilities / handed-off scripts for the AI for Earth team

The general convention in this repo is that users who want to consume these utilities will add the top-level path of the repo to their Python path, so it's OK to assume that other packages/modules within the repo are available. The "scrap" directory can be used for standalone, one-time-use scripts that you might otherwise have emailed to someone.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.