All Projects → RemotePixel → disasterwatch

RemotePixel / disasterwatch

Licence: GPL-2.0 License
Access satelite imagery where it is needed

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to disasterwatch

ee extra
A ninja python package that unifies the Google Earth Engine ecosystem.
Stars: ✭ 42 (-2.33%)
Mutual labels:  satellite-imagery
deep typhoon
Analysis satellite images of typhoons in deep-learning (CNN).
Stars: ✭ 26 (-39.53%)
Mutual labels:  satellite-imagery
building-footprint-segmentation
Building footprint segmentation from satellite and aerial imagery
Stars: ✭ 26 (-39.53%)
Mutual labels:  satellite-imagery
fabric
Urban change model designed to identify changes across 2 timestamps
Stars: ✭ 53 (+23.26%)
Mutual labels:  satellite-imagery
spyndex
Awesome Spectral Indices in Python.
Stars: ✭ 56 (+30.23%)
Mutual labels:  satellite-imagery
SpaceEye
Live satellite imagery for your desktop background
Stars: ✭ 253 (+488.37%)
Mutual labels:  satellite-imagery
pixel-decoder
A tool for running deep learning algorithms for semantic segmentation with satellite imagery
Stars: ✭ 68 (+58.14%)
Mutual labels:  satellite-imagery
google-maps-at-88-mph
Google Maps keeps old satellite imagery around for a while – this tool collects what's available for a user-specified region in the form of a GIF.
Stars: ✭ 93 (+116.28%)
Mutual labels:  satellite-imagery
Danesfield
Kitware's system for 3D building reconstruction for the IARPA CORE3D program
Stars: ✭ 100 (+132.56%)
Mutual labels:  satellite-imagery
land-cover-to-land-use-classification
Satellite image processing pipeline to classify land-cover and land-use
Stars: ✭ 64 (+48.84%)
Mutual labels:  satellite-imagery
Julia Geospatial
Examples for a blog series on Geospatial Julia using ArchGDAL
Stars: ✭ 58 (+34.88%)
Mutual labels:  satellite-imagery
U-Net-Satellite
Road Detection from satellite images using U-Net.
Stars: ✭ 38 (-11.63%)
Mutual labels:  satellite-imagery
rLandsat
R Package to make Landsat8 data accessible
Stars: ✭ 95 (+120.93%)
Mutual labels:  satellite-imagery
python-code-disasters
This code is so bad, that it is worth sharing.
Stars: ✭ 134 (+211.63%)
Mutual labels:  disaster
Landsat578
Very simple API to download Landsat [1-5, 7, 8] data from Google
Stars: ✭ 54 (+25.58%)
Mutual labels:  satellite-imagery
awesome-spectral-indices
A ready-to-use curated list of Spectral Indices for Remote Sensing applications.
Stars: ✭ 357 (+730.23%)
Mutual labels:  satellite-imagery
dea-coastlines
Extracting tidally-constrained annual shorelines and robust rates of coastal change from freely available Earth observation data at continental scale
Stars: ✭ 24 (-44.19%)
Mutual labels:  satellite-imagery
open-impact
To help quickstart impact work with Satellogic [hyperspectral] data
Stars: ✭ 21 (-51.16%)
Mutual labels:  satellite-imagery
laika
Experiments with satellite image data
Stars: ✭ 97 (+125.58%)
Mutual labels:  satellite-imagery
ResDepth
[ISPRS Journal of Photogrammetry and Remote Sensing, 2022] ResDepth: A Deep Residual Prior For 3D Reconstruction From High-resolution Satellite Images
Stars: ✭ 30 (-30.23%)
Mutual labels:  satellite-imagery

disasterwatch is the new RemotePixel.ca project ( post).

For this new project, I (RemotePixel) am looking for people to help me so please contact me @ [email protected]

What

Aim of this project is to ease access to satelite imagery where we need it the most.

The project is based on three things:

  • A database of disaster (type, area/position, date, ...).
  • A simple and elegant interface to visualize latest imagery available on each area.
  • Email based notifications to get information when a new image is available over a disaster area

Why

With more and more free satellite imagery (Sentinel, Lansdat, ...) available and low cost imagery service (UrtheCast, Planet...), I believe it could help if we build a platform that ease the access to all the available imagery ressources.

Ressources

Create app.min.js

You need to create the /js/config.js file with some api url and token:

const rpix_api_us = '{RPIX-US-URL}'; //https://github.com/RemotePixel/remotepixel-api
const rpix_api_eu = '{RPIX-EU-URL}'; //https://github.com/RemotePixel/remotepixel-api
const landsat_tiler_url = '{LANDSAT-TILER}'; //https://github.com/remotepixel/remotepixel-tiler
const sentinel_tiler_url = '{SENTINEL-TILER}'; //https://github.com/remotepixel/remotepixel-tiler
const volcanoes_api_url ='https://joqhmu5n9g.execute-api.us-east-1.amazonaws.com/production';
const disasterwatch_api_url = '{DW-API}'; //https://github.com/RemotePixel/disasterwatch-lambda
const sat_api_url = 'https://api.developmentseed.org/satellites/';
const MAPBOX_ACCESS_TOKEN = '{YOUR-TOKEN}';
const ENDPOINT_TOKEN = '{YOUR-TOKEN}';
npm install uglify-es -g
cd js/
cat config.js database_interactions.js external_data.js images_download.js map.js others.js utils.js > app.js
uglifyjs app.js > app.min.js
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].