├── GEE_js ├── data_extractor ├── exporter └── labeller ├── LICENSE ├── README.md └── python ├── MyParams.py ├── MySegments.py ├── cut_CSVs.py ├── cut_labels_CSV.py ├── geom_features.py ├── grid_search.py ├── merge_files.py ├── non_inferiority_test.ipynb └── pkl_compare.py /GEE_js/data_extractor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ostromann/GEE-LandCoverClass/HEAD/GEE_js/data_extractor -------------------------------------------------------------------------------- /GEE_js/exporter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ostromann/GEE-LandCoverClass/HEAD/GEE_js/exporter -------------------------------------------------------------------------------- /GEE_js/labeller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ostromann/GEE-LandCoverClass/HEAD/GEE_js/labeller -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ostromann/GEE-LandCoverClass/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ostromann/GEE-LandCoverClass/HEAD/README.md -------------------------------------------------------------------------------- /python/MyParams.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ostromann/GEE-LandCoverClass/HEAD/python/MyParams.py -------------------------------------------------------------------------------- /python/MySegments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ostromann/GEE-LandCoverClass/HEAD/python/MySegments.py -------------------------------------------------------------------------------- /python/cut_CSVs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ostromann/GEE-LandCoverClass/HEAD/python/cut_CSVs.py -------------------------------------------------------------------------------- /python/cut_labels_CSV.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ostromann/GEE-LandCoverClass/HEAD/python/cut_labels_CSV.py -------------------------------------------------------------------------------- /python/geom_features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ostromann/GEE-LandCoverClass/HEAD/python/geom_features.py -------------------------------------------------------------------------------- /python/grid_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ostromann/GEE-LandCoverClass/HEAD/python/grid_search.py -------------------------------------------------------------------------------- /python/merge_files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ostromann/GEE-LandCoverClass/HEAD/python/merge_files.py -------------------------------------------------------------------------------- /python/non_inferiority_test.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ostromann/GEE-LandCoverClass/HEAD/python/non_inferiority_test.ipynb -------------------------------------------------------------------------------- /python/pkl_compare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ostromann/GEE-LandCoverClass/HEAD/python/pkl_compare.py --------------------------------------------------------------------------------