https://github.com/worldwindearth/recover
ArcGIS data from the NASA RECOVER project displayed in NASA WorldWind
https://github.com/worldwindearth/recover
Last synced: 10 months ago
JSON representation
ArcGIS data from the NASA RECOVER project displayed in NASA WorldWind
- Host: GitHub
- URL: https://github.com/worldwindearth/recover
- Owner: WorldWindEarth
- License: mit
- Created: 2018-12-13T02:18:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T14:19:53.000Z (over 7 years ago)
- Last Synced: 2025-02-02T01:27:43.172Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://worldwind.earth/recover?folder=RECOVER3_BrianheadFire_UT&default=Fire%20Affected%20Vegetation%20(dNBR)
- Size: 67.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
Awesome Lists containing this project
README
# NASA RECOVER/WorldWind Integration demo
This project displays the [NASA RECOVER](http://giscenter.isu.edu/research/Techpg/nasa_RECOVER/) project's ArcGIS data in a [NASA WorldWind](https://worldwind.arc.nasa.gov/web/)-based 3D geobrowser.
Check out the [Integration Demo](http://worldwind.earth/recover?folder=RECOVER3_BrianheadFire_UT&default=Fire%20Affected%20Vegetation%20(dNBR)). The demo uses mixed https/http content. You will have to enable mixed-content in your browser to view the RECOVER data.
This NASA WorldWind-based geobrowser was built from Emxsys' [WorldWind GeoBrowser Template](https://github.com/emxsys/worldwind-web-app)
---
# WorldWind GeoBrowser Template
A template for creating a WorldWind-based GeoBrowser web app with Bootstrap and Knockout. Check out the [demo](https://emxsys.github.io/worldwind-web-app).
This project template lets you quickly build a [WorldWind](https://worldwind.arc.nasa.gov/web/) c
web app using the community supported [WorldWindJS](https://emxsys.github.io/worldwindjs) library with
[Bootstrap](https://getbootstrap.com/docs/4.0/getting-started/introduction/) and
[KnockoutJS](http://knockoutjs.com/index.html). You will build a feature-rich, responsive,
customizable web app ready to be deployed to your site. This template includes:
- Initializing WorldWind with 3D globes and/or 2D maps
- Configuring and managing layers and settings
- Place name searches and geocoding
- Creating placemarks (markers)
- Going to locations
- Multi-globe support
## Quick Start
Do you want to start developing right away?
- Fork/clone this project or ([download the source](https://github.com/emxsys/worldwind-web-app/archive/master.zip))
- Enable GitHub Pages within your repo's settings and set it to publish from the master branch
- View your project on the web at https://\.github.io/\, for example: [https://emxsys.github.io/worldwind-web-app](https://emxsys.github.io/worldwind-web-app)
View the tutorial "[How to Build a WorldWind Web App](https://emxsys.github.io/worldwind-web-app-tutorial/)"
Are you interested in building a WorldWind web app using [React](https://reactjs.org)?
Check out the [WorldWind React](https://github.com/emxsys/worldwind-react-app) project.