TorchGeo: datasets, samplers, transforms, and pre-trained models for geospatial data
Перейти к файлу
Adam J. Stewart 0347a4e8aa Fix __getitem__ 2021-07-14 14:45:03 -05:00
.github/workflows Installing h5py through conda for windows tests 2021-07-07 17:03:23 -05:00
docs Add basic Landsat dataset 2021-07-14 14:45:03 -05:00
tests Fix missing imports 2021-07-14 14:45:03 -05:00
torchgeo Fix __getitem__ 2021-07-14 14:45:03 -05: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 Add missing affine dependency 2021-07-14 14:45:03 -05:00
pyproject.toml Fix documentation build 2021-07-14 14:45:03 -05:00
requirements.txt Add missing affine dependency 2021-07-14 14:45:03 -05:00
setup.cfg Add missing affine dependency 2021-07-14 14:45:03 -05:00
setup.py Update imports 2021-07-04 17:20:31 -05:00
spack.yaml Add missing affine dependency 2021-07-14 14:45:03 -05: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.