Giter VIP home page Giter VIP logo

earth-latest-data's Introduction

Earth Map data download script

This is a script to download and process wind data for cambecc's fantastic D3 global map of environmental data. This is part of our effort to use this system in a museum exhibit at the Conner Prairie Interactive History Park.

This is a work in progress and is customized to our specific needs right now, although I hope to abstract it more in the future.

Requirements

grib2json

grib2json is a Java application that converts the GRIB data files from NOAA into the JSON files that we need for the wind app.

The install documentation for grib2json is a little sparse. Generally follow these steps to get this application to work on the exhibit systems.

  • Install the latest JAVA SDK
  • Install Maven with homebrew brew install maven
  • Clone the grib2json repo git clone https://github.com/cambecc/grib2json.git
  • In that folder run the maven package command to build the software mvn package
  • This will create a archive. Open that and move the contents to your /Applications folder

Python 3

Older versions of this script ran on Python 3. Since we're installing Python 3 by default now we updated the script to work with that.

Python > docopt

Install with:

pip install docopt

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.