All Projects → nasa-gibs → Worldview

nasa-gibs / Worldview

Licence: other
Interactive interface for browsing global, full-resolution satellite imagery

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Worldview

Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Stars: ✭ 45,930 (+9013.1%)
Mutual labels:  hacktoberfest, data-visualization
Plotly.js
Open-source JavaScript charting library behind Plotly and Dash
Stars: ✭ 14,268 (+2730.95%)
Mutual labels:  hacktoberfest, data-visualization
Npmcharts.com
Compare npm package downloads over time
Stars: ✭ 129 (-74.4%)
Mutual labels:  hacktoberfest, data-visualization
Satellite imagery analysis
Implementation of different techniques to find insights from the satellite data using Python.
Stars: ✭ 31 (-93.85%)
Mutual labels:  satellite-imagery, data-visualization
Awesome Datascience
📝 An awesome Data Science repository to learn and apply for real world problems.
Stars: ✭ 17,520 (+3376.19%)
Mutual labels:  hacktoberfest, data-visualization
Promcord
📊 Analyze your entire discord guild in grafana using prometheus. Message, User, Game and Voice statistics...
Stars: ✭ 39 (-92.26%)
Mutual labels:  hacktoberfest, data-visualization
Electricitymap Contrib
A real-time visualisation of the CO2 emissions of electricity consumption
Stars: ✭ 2,138 (+324.21%)
Mutual labels:  hacktoberfest, data-visualization
Sentinelsat
Search and download Copernicus Sentinel satellite images
Stars: ✭ 576 (+14.29%)
Mutual labels:  hacktoberfest, satellite-imagery
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+525.4%)
Mutual labels:  hacktoberfest, data-visualization
Spiceypy
SpiceyPy: a Pythonic Wrapper for the SPICE Toolkit.
Stars: ✭ 218 (-56.75%)
Mutual labels:  hacktoberfest, nasa
Kedro Viz
Visualise your Kedro data pipelines.
Stars: ✭ 149 (-70.44%)
Mutual labels:  hacktoberfest, data-visualization
Jschema
A simple, easy to use data modeling framework for JavaScript
Stars: ✭ 261 (-48.21%)
Mutual labels:  hacktoberfest, data-visualization
Chartbrew
Open-source web platform for creating charts out of different data sources (databases and APIs) 📈📊
Stars: ✭ 199 (-60.52%)
Mutual labels:  hacktoberfest, data-visualization
Apollo 11
Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
Stars: ✭ 52,190 (+10255.16%)
Mutual labels:  hacktoberfest, nasa
Augur
Python library and web service for Open Source Software Health and Sustainability metrics & data collection.
Stars: ✭ 304 (-39.68%)
Mutual labels:  hacktoberfest, data-visualization
Ultra Runner
🏃⛰ Ultra fast monorepo script runner and build tool
Stars: ✭ 496 (-1.59%)
Mutual labels:  hacktoberfest
Awesome Es2015 Proxy
For learning how to use JavaScript Proxy, or just to see what is possible
Stars: ✭ 502 (-0.4%)
Mutual labels:  hacktoberfest
Pangeo
Pangeo website + discussion of general issues related to the project.
Stars: ✭ 500 (-0.79%)
Mutual labels:  hacktoberfest
Pdm
A modern Python package manager with PEP 582 support.
Stars: ✭ 492 (-2.38%)
Mutual labels:  hacktoberfest
Antd Umi Sys
企业BI系统,数据可视化平台,主要技术:react、antd、umi、dva、es6、less等,与君共勉,互相学习,如果喜欢请start ⭐。
Stars: ✭ 503 (-0.2%)
Mutual labels:  data-visualization

Worldview

Worldview Screenshot

Build Status

Interactive interface for browsing full-resolution, global satellite imagery.

Background

This app from NASA's EOSDIS provides the capability to interactively browse over 900 global, full-resolution satellite imagery layers on desktop and mobile devices. Many of the imagery layers are updated daily and are within three hours of observation - showing the entire Earth as it is "right now". This supports time-critical applications such as wildfire management, air quality measurements, and flood monitoring. Some satellite imagery layers span almost 30 years, providing a long term view of our dynamic planet. The underlying data is available for download, and Arctic and Antarctic views of several imagery layers are available for a “full globe” perspective.

Worldview uses OpenLayers to display imagery from the Global Imagery Browse Services (GIBS). This imagery can also be used with libraries such as Leaflet, Cesium, Google Maps or custom GDAL scripts. We encourage interested developers to fork Worldview or build their own clients using GIBS services.

Check out our roadmap to see what we're working on and follow our blog to find out the latest features and imagery available.

Install

This project uses Node and Python. See the dependencies section for more information.

git clone https://github.com/nasa-gibs/worldview.git
cd worldview
npm ci

View the Configuration section for information on how to install the official EOSDIS Worldview configuration, or to add your own custom configuration.

Dependencies

The following are required to install and run Worldview:

Windows users will also need the following:

Usage

npm run build
npm start

Navigate to http://localhost:3000 in a browser. To stop Worldview, press Control+C in the terminal.

See Developing for more usage details.

Updates

To update Worldview, pull down any branch or tag from GitHub. From the master branch (default), to update to the latest stable version of Worldview, run git pull.

Note: This project uses Semantic Versioning. Updates to the major version number in package.json indicate a breaking change; update with caution.

Other Information

Contact

Contact us via GitHub or by sending an email to [email protected].

Contribute

We welcome your contributions! Feel free to open an issue or submit a PR.

Please review CONTRIBUTING.md for contribution guidelines before getting started.

Worldview and NASA follow the Contributor Covenant Code of Conduct.

License

NASA-1.3 (See LICENSE.md)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].