EarthKAMExplorer icon indicating copy to clipboard operation
EarthKAMExplorer copied to clipboard

EarthKAM Explorer. Web-based 3D exploration of satellite images taken by middle school students through the ISS EarthKAM program. Developed for the NASA International Space Apps Challenge 2013.

Results 10 EarthKAMExplorer issues
Sort by recently updated
recently updated
newest added

The csv is now up at https://earthkam.ucsd.edu/ek-images/data

enhancement

- Run [EarthKAM Explorer](http://cesiumspaceapp.cloudapp.net/) - Click on the ISS to follow it - Change the mission with the drop down The camera will be in the middle of space.

bug

Ideally, EarthKAMExplorer would use a standard Cesium release, but currently we rely on a few hacks that are maintained in the `waterhack` branch in the primary Cesium repo. Once the...

Or at least somewhere link to the main ISS EarthKAM website.

http://spaceappschallenge.org/challenge/tour-of-the-moon/ Data: https://moonkam.ucsd.edu/image_gallery/data WMS layer for moon: ``` imageryLayers.addImageryProvider( new Cesium.WebMapServiceImageryProvider({ url : 'http://webmap.lroc.asu.edu/', layers : 'luna_clem750', credit : 'TBA', proxy : new Cesium.DefaultProxy('/proxy/') })); ``` The projection might need...

Could be a data issue since it doesn't look like the corner points lineup with the underlying imagery.

Including query parameter to zoom to a particular image in a mission.