Git Product home page Git Product logo

himawari-urls's Introduction

himawari-urls

Get URLs for Himawari 8 image tiles based on a given date.

npm downloads

Install

npm install himawari-urls

Usage

const himawariURLs = require('himawari-urls')

himawariURLs({
  date: 'latest',   // default: 'latest' (must be Date object, timestamp, or 'latest')
  infrared: true,   // default: false
  zoom: 1,          // default: 2
  timeout: 20000    // default: 10000 (milliseconds)
}, function (err, tiles) {
  if (err) console.error(err)
  tiles.map(function (t) { console.log(t) })
})

// { name: '0_0.png',
//  url: 'http://himawari8-dl.nict.go.jp/himawari8/img/INFRARED_FULL/1d/550/2016/02/10/192000_0_0.png',
//  x: 0,
//  y: 0 }

Contributing

Contributions welcome! Please read the contributing guidelines first.

Acknowledgment

All source code in index.js has been adapted from jakiestfu's work in himawari.js.

See Also

License

Original and modified work is released under the MIT license.

himawari-urls's People

Contributors

ungoldman avatar nzkdevsaider avatar

Stargazers

Ishan Marikar avatar  avatar Trianglesis avatar Hero avatar Christopher G avatar Sunny avatar  avatar Manas Sharma avatar junbaor avatar martin fridrich avatar Dan Flettre avatar Jannis R avatar Adrian Nilsson avatar Feross Aboukhadijeh avatar  avatar Ilya Radchenko avatar Bret Comnes avatar  avatar

Watchers

Max avatar  avatar  avatar

himawari-urls's Issues

Data Download

Hello @ungoldman,

Thank you for sharing the code.

I encountered an issue regarding AHI data. Currently, I am using the AWS public bucket to download Himawari-9 data. However, I've noticed that the data latency is higher compared to ABI data(GOES). It may take up to 8 minutes to access the acquired full disk image, which normally takes about 1 minute for ABI (GOES).

I'm wondering if there are any solutions or alternatives for accessing Himawari data in a more real-time manner.

Regards

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.