-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Alternatives: update metrics (#2259)
* Alternatives: update metrics * Add TerraTorch * Don't include coverage of test files
- Loading branch information
1 parent
cf52e25
commit 16d90f2
Showing
6 changed files
with
31 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Library,PyPI/CRAN Last Week,PyPI/CRAN Last Month,PyPI/CRAN All Time,Conda All Time,Total All Time | ||
`TorchGeo`_,"1,828","9,789","255,293","21,108","276,401" | ||
`eo-learn`_,319,"1,560","141,983","36,205","178,188" | ||
`Raster Vision`_,138,"652","61,938","3,254","65,192" | ||
`PaddleRS`_,10,36,"1,642",0,"1,642" | ||
`segment-geospatial`_,"1,553","7,363","117,664","18,147","135,811" | ||
`DeepForest`_,564,"3,652","761,520","62,869","824,389" | ||
`SITS`_,304,648,"12,767","78,976","91,743" | ||
`TerraTorch`_,259,988,"2,378",0,"2,378" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
Library,ML Backend,I/O Backend,Spatial Backend,Transform Backend,Datasets,Weights,CLI,Reprojection,STAC,Time-Series | ||
`TorchGeo`_,PyTorch,"GDAL, h5py, laspy, OpenCV, pandas, pillow, scipy",R-tree,Kornia,71,43,✅,✅,❌,🚧 | ||
`TorchGeo`_,PyTorch,"GDAL, h5py, laspy, OpenCV, pandas, pillow, scipy",R-tree,Kornia,82,68,✅,✅,❌,🚧 | ||
`eo-learn`_,scikit-learn,"GDAL, OpenCV, pandas",geopandas,numpy,0,0,❌,✅,❌,🚧 | ||
`Raster Vision`_,"PyTorch, TensorFlow*","GDAL, OpenCV, pandas, pillow, scipy, xarray",STAC,Albumentations,0,6,✅,✅,✅,✅ | ||
`PaddleRS`_,PaddlePaddle,"GDAL, OpenCV",shapely,numpy,7,14,🚧,✅,❌,🚧 | ||
`DeepForest`_,PyTorch,"GDAL, OpenCV, pandas, pillow, scipy",R-tree,Albumentations,0,2,❌,❌,❌,❌ | ||
`SITS`_,R Torch,GDAL,-,tidyverse,22,0,❌,✅,✅,✅ | ||
`segment-geospatial`_,PyTorch,"GDAL, OpenCV, pandas",geopandas,numpy,0,0,❌,✅,❌,❌ | ||
`GeoTorchAI`_,PyTorch,"GDAL, pandas, xarray",Sedona,numpy,14,0,❌,❌,❌,🚧 | ||
`Moonshine`_,PyTorch,-,-,numpy,0,3,❌,❌,❌,❌ | ||
`DeepForest`_,PyTorch,"GDAL, OpenCV, pandas, pillow, scipy",R-tree,Albumentations,0,3,❌,❌,❌,❌ | ||
`SITS`_,R Torch,GDAL,-,tidyverse,22,0,❌,✅,✅,✅ | ||
`TerraTorch`_,PyTorch,"GDAL, h5py, pandas, xarray",R-tree,Albumentations,16,1,✅,✅,❌,🚧 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Library,Contributors,Forks,Watchers,Stars,Issues,PRs,Releases,Commits,Core SLOCs,Test SLOCs,Test Coverage,License | ||
`TorchGeo`_,72,308,44,"2,409",419,"1,714",11,"2,074","30,761","16,058",100%,MIT | ||
`eo-learn`_,40,300,46,"1,108",159,638,44,"2,470","8,207","5,932",92%,MIT | ||
`Raster Vision`_,32,381,71,"2,046",697,"1,382",22,"3,614","22,779","9,429",90%,Apache-2.0 | ||
`PaddleRS`_,23,89,13,374,91,116,3,644,"21,859","3,384",48%,Apache-2.0 | ||
`segment-geospatial`_,17,281,55,"2,834",129,104,27,186,"5,598",92,22%,MIT | ||
`DeepForest`_,17,172,17,474,413,301,44,864,"3,357","1,794",86%,MIT | ||
`SITS`_,14,76,28,451,622,583,44,"6,244","24,284","8,697",94%,GPL-2.0 | ||
`TerraTorch`_,9,10,9,121,46,92,2,243,"10,101",583,44%,Apache-2.0 |