TorchGeo: datasets, samplers, transforms, and pre-trained models for geospatial data
Перейти к файлу
Adam J. Stewart f6c91f4ebc
Add glossary
2021-07-02 18:18:57 -05:00
.github/workflows Get tests working on macOS 2021-06-22 15:57:21 +00:00
docs Add glossary 2021-07-02 18:18:57 -05:00
tests Various fixes to documentation 2021-06-29 17:10:21 -05:00
torchgeo Add glossary 2021-07-02 18:18:57 -05:00
.flake8 Ignore more directories 2021-06-18 17:07:37 +00:00
.gitattributes gitattributes files don't automatically recurse 2021-06-22 00:00:41 +00:00
.gitignore Add tests for COWC datasets 2021-06-18 22:10:38 +00:00
CODE_OF_CONDUCT.md Add Microsoft open-source template 2021-05-21 11:35:58 -05:00
LICENSE Add Microsoft open-source template 2021-05-21 11:35:58 -05:00
README.md Added conda install 2021-06-24 21:49:31 +00:00
SECURITY.md Add Microsoft open-source template 2021-05-21 11:35:58 -05:00
SUPPORT.md Add Microsoft open-source template 2021-05-21 11:35:58 -05:00
environment.yml Moved some of the dependencies to pip install to get the newest versions 2021-06-24 22:01:38 +00:00
mypy.ini Ignore more directories 2021-06-18 17:07:37 +00:00
pyproject.toml Speed up pytest collection 2021-06-24 16:02:23 +00:00
requirements.txt PyTorch 1.7+ required for typing 2021-06-23 19:57:15 +00:00
setup.cfg Single extra for optional dataset dependencies 2021-06-24 10:15:00 -05:00
setup.py Add documentation 2021-06-15 21:02:36 +00:00
spack.yaml PyTorch 1.7+ required for typing 2021-06-24 21:24:56 +00:00

README.md

TorchGeo

PyTorch data loaders for geospatial data

flake8 black mypy pytest sphinx Code style: black

Project setup

Conda

conda env create --file environment.yml
conda activate torchgeo

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.opensource.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., status check, 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.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.