TorchGeo: datasets, samplers, transforms, and pre-trained models for geospatial data
Перейти к файлу
Adam J. Stewart 859438809f
GitHub Actions: add pydocstyle
2021-07-16 17:20:08 +00:00
.github/workflows GitHub Actions: add pydocstyle 2021-07-16 17:20:08 +00:00
docs Fix failing docs tests 2021-07-15 15:30:37 +00:00
tests Fix bug in interleaved rtree 2021-07-15 16:16:13 +00:00
torchgeo Use Google-style docstrings 2021-07-16 17:14:49 +00:00
.flake8 Add isort to CI 2021-07-04 17:20:31 -05:00
.gitattributes gitattributes files don't automatically recurse 2021-06-22 00:00:41 +00:00
.gitignore Ignore AML files 2021-07-14 14:45:03 -05: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 Adding dataset list to the readme 2021-07-08 00:16:06 +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 pydocstyle 6.1+ required for pyproject.toml support 2021-07-16 17:19:21 +00:00
pyproject.toml GitHub Actions: add pydocstyle 2021-07-16 17:20:08 +00:00
requirements.txt pydocstyle 6.1+ required for pyproject.toml support 2021-07-16 17:19:21 +00:00
setup.cfg pydocstyle 6.1+ required for pyproject.toml support 2021-07-16 17:19:21 +00:00
setup.py Update imports 2021-07-04 17:20:31 -05:00
spack.yaml pydocstyle 6.1+ required for pyproject.toml support 2021-07-16 17:19:21 +00:00

README.md

TorchGeo

Datasets, transforms, and models for geospatial data.

docs style tests

Project setup

Conda

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

Datasets

Dataset Imagery Type Label Type Dataset Type External Link
Smallholder Cashew Plantations in Benin Sentinel-2 (71 scene time series) Semantic segmentation GeoDataset https://registry.mlhub.earth/10.34911/rdnt.hfv20i/
Cars Overhead With Context (COWC) 0.15m/px overhead imagery Object detection VisionDataset https://gdo152.llnl.gov/cowc/
CV4A Kenya Crop Type Sentinel-2 (13 scene time series) Semantic segmentation GeoDataset https://registry.mlhub.earth/10.34911/rdnt.dw605x/
Tropical Cyclone Wind Estimation GOES single band imagery Regression VisionDataset http://registry.mlhub.earth/10.34911/rdnt.xs53up/
Landcover.ai RGB aerial imagery at 0.5m/px and 0.25m/px Semantic segmentation GeoDataset https://landcover.ai/
NWPU VHR-10 Google Earth RGB and Vaihingen CIR Object detection VisionDataset https://github.com/chaozhong2010/VHR-10_dataset_coco
SEN12MS Sentinel-1 and Sentinel-2 Semantic segmentation GeoDataset https://github.com/schmitt-muc/SEN12MS
So2Sat Sentinel-1 and Sentinel-2 Classification VisionDataset https://github.com/zhu-xlab/So2Sat-LCZ42

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.