Giter Club home page Giter Club logo

sea-level-rise-sim's Introduction

sea-level-rise-sim

This repo produces a simulation (a gif) visualizing which areas will get drowned as sea-level rises. Currently, a DEM (Digital Elevation Model) is required as an input. In the future, I am planning to automate the DEM download, just by giving the bounds (top-left, and bottom-right corner) or the country name.

Here is an example for India and Sri Lanka

India and Sri Lanka

Here is an example for Germany

Germany

Installation

I recommend not to run pip install requirements as we want to install the requirements in specific order.
Run cat requirements.txt | xargs -n 1 -L 1 pip install instead.

Caution

Note that this is a compute intensive process and a lot of temporary files are generated.
In future, I plan to refactor the code so as to reduce the compute required.

TODO

  • Add texts in the gif - sea-level chaged; area drowned, etc.
  • Add other basemaps (besides RGB) like terrain, releif, etc. and make a gif with these as sub-plots
  • Alternative background methods like arcgisimage for higher resolution basemap
  • Remove boundary from the polygons that represent drowned areas
  • Automate data download process
  • Add functionality to produce gif just based on country name as input

sea-level-rise-sim's People

Contributors

seedlit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.