├── .gitignore ├── FAIRness ├── air_quality_trends.md ├── air_quality_tweets.md ├── fairness_evaluation.md ├── geospatial_rdf.md ├── hypstar.md ├── knowledge_graph.md ├── mapillary_annotated.md ├── paddy_rice_labeling_SK.md ├── paddy_rice_maps_SK.md ├── space2ground.md └── water_quality_basin.md ├── LICENSE ├── README.md └── img ├── 00_wide.png ├── 100_wide.png ├── 10_wide.png ├── 20_wide.png ├── 30_wide.png ├── 40_wide.png ├── 50_wide.png ├── 60_wide.png ├── 70_wide.png ├── 80_wide.png ├── 90_wide.png ├── Ber_NO2_2021.jpg ├── Space2Ground_components.jpg ├── callisto_logo.jpg ├── hypstar_remote_sensing.jpg ├── mapillary_annotated_01.jpg ├── noa_beyond_logo.png ├── paddy_rice_DL.jpg ├── paddy_rice_visual_interp.jpg ├── space2ground_sample1.jpg └── space2ground_sample2.jpg /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /FAIRness/air_quality_trends.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/FAIRness/air_quality_trends.md -------------------------------------------------------------------------------- /FAIRness/air_quality_tweets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/FAIRness/air_quality_tweets.md -------------------------------------------------------------------------------- /FAIRness/fairness_evaluation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/FAIRness/fairness_evaluation.md -------------------------------------------------------------------------------- /FAIRness/geospatial_rdf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/FAIRness/geospatial_rdf.md -------------------------------------------------------------------------------- /FAIRness/hypstar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/FAIRness/hypstar.md -------------------------------------------------------------------------------- /FAIRness/knowledge_graph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/FAIRness/knowledge_graph.md -------------------------------------------------------------------------------- /FAIRness/mapillary_annotated.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/FAIRness/mapillary_annotated.md -------------------------------------------------------------------------------- /FAIRness/paddy_rice_labeling_SK.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/FAIRness/paddy_rice_labeling_SK.md -------------------------------------------------------------------------------- /FAIRness/paddy_rice_maps_SK.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/FAIRness/paddy_rice_maps_SK.md -------------------------------------------------------------------------------- /FAIRness/space2ground.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/FAIRness/space2ground.md -------------------------------------------------------------------------------- /FAIRness/water_quality_basin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/FAIRness/water_quality_basin.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/README.md -------------------------------------------------------------------------------- /img/00_wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/img/00_wide.png -------------------------------------------------------------------------------- /img/100_wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/img/100_wide.png -------------------------------------------------------------------------------- /img/10_wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/img/10_wide.png -------------------------------------------------------------------------------- /img/20_wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/img/20_wide.png -------------------------------------------------------------------------------- /img/30_wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/img/30_wide.png -------------------------------------------------------------------------------- /img/40_wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/img/40_wide.png -------------------------------------------------------------------------------- /img/50_wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/img/50_wide.png -------------------------------------------------------------------------------- /img/60_wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/img/60_wide.png -------------------------------------------------------------------------------- /img/70_wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/img/70_wide.png -------------------------------------------------------------------------------- /img/80_wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/img/80_wide.png -------------------------------------------------------------------------------- /img/90_wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/img/90_wide.png -------------------------------------------------------------------------------- /img/Ber_NO2_2021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/img/Ber_NO2_2021.jpg -------------------------------------------------------------------------------- /img/Space2Ground_components.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/img/Space2Ground_components.jpg -------------------------------------------------------------------------------- /img/callisto_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/img/callisto_logo.jpg -------------------------------------------------------------------------------- /img/hypstar_remote_sensing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/img/hypstar_remote_sensing.jpg -------------------------------------------------------------------------------- /img/mapillary_annotated_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/img/mapillary_annotated_01.jpg -------------------------------------------------------------------------------- /img/noa_beyond_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/img/noa_beyond_logo.png -------------------------------------------------------------------------------- /img/paddy_rice_DL.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/img/paddy_rice_DL.jpg -------------------------------------------------------------------------------- /img/paddy_rice_visual_interp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/img/paddy_rice_visual_interp.jpg -------------------------------------------------------------------------------- /img/space2ground_sample1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/img/space2ground_sample1.jpg -------------------------------------------------------------------------------- /img/space2ground_sample2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agri-Hub/Callisto-Dataset-Collection/HEAD/img/space2ground_sample2.jpg --------------------------------------------------------------------------------