All Projects → HuangLiPang → Pm2.5 Idw Map

HuangLiPang / Pm2.5 Idw Map

Licence: bsd-2-clause
PM2.5 IDW Map from PM2.5 open data portal

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pm2.5 Idw Map

Pixterm
Draw images in your ANSI terminal with true color
Stars: ✭ 782 (+5485.71%)
Mutual labels:  gif
Gifhub
📈 Create GIFs from user's GitHub activity graph
Stars: ✭ 17 (+21.43%)
Mutual labels:  gif
Concise Ipython Notebooks For Deep Learning
Ipython Notebooks for solving problems like classification, segmentation, generation using latest Deep learning algorithms on different publicly available text and image data-sets.
Stars: ✭ 23 (+64.29%)
Mutual labels:  snapshot
Scrimage
Java, Scala and Kotlin image processing library
Stars: ✭ 792 (+5557.14%)
Mutual labels:  gif
Gifcurry
😎 The open-source, Haskell-built video editor for GIF makers.
Stars: ✭ 830 (+5828.57%)
Mutual labels:  gif
X11 Recorder
xrec helps you capture any area of your screen either as a screenshot or record a gif file.
Stars: ✭ 17 (+21.43%)
Mutual labels:  gif
Gifcapture
🏇 Gif capture app for macOS
Stars: ✭ 754 (+5285.71%)
Mutual labels:  gif
Sdwebimageswiftui
SwiftUI Image loading and Animation framework powered by SDWebImage
Stars: ✭ 844 (+5928.57%)
Mutual labels:  gif
Sdwebimageflplugin
A SDWebImage plugin to support GIF using FLAnimatedImage and category
Stars: ✭ 16 (+14.29%)
Mutual labels:  gif
Leaflet Deepzoom
Display DeepZoom tiles with Leaflet
Stars: ✭ 17 (+21.43%)
Mutual labels:  leaflet
Agentmaps
Make social simulations on interactive maps with Javascript! Agent-based modeling for the web.
Stars: ✭ 822 (+5771.43%)
Mutual labels:  leaflet
Playbook Ios
📘A library for isolated developing UI components and automatically taking snapshots of them.
Stars: ✭ 830 (+5828.57%)
Mutual labels:  snapshot
Is Animated
Checks if image is animated 🎞
Stars: ✭ 17 (+21.43%)
Mutual labels:  gif
Image Optimizer
Image optimization / compression library. This library is able to optimize png, jpg and gif files in very easy and handy way. It uses optipng, pngquant, pngcrush, pngout, gifsicle, jpegoptim and jpegtran tools.
Stars: ✭ 785 (+5507.14%)
Mutual labels:  gif
Preact Jest Snapshot Test Boilerplate
🚀 Test Preact components using Jest snapshots
Stars: ✭ 24 (+71.43%)
Mutual labels:  snapshot
Flyimg
Dockerized PHP7 application runs as a Microservice to resize and crop images on the fly. Get optimised images with MozJPEG, WebP or PNG using ImageMagick. Includes face detection, cropping, face blurring, image rotation and many other options. Abstract storage based on FlySystem in order to store images on any provider (local, AWS S3...).
Stars: ✭ 762 (+5342.86%)
Mutual labels:  gif
Leaflet.flowecharts
leaflet plugin for Baidu Echarts
Stars: ✭ 17 (+21.43%)
Mutual labels:  leaflet
Asciicast2gif
Generate GIF animations from asciicasts (asciinema recordings)
Stars: ✭ 874 (+6142.86%)
Mutual labels:  gif
Giflossy
Merged into Gifsicle!
Stars: ✭ 937 (+6592.86%)
Mutual labels:  gif
Atd Data And Performance
Open data and performance hub for the City of Austin Transportation Department
Stars: ✭ 17 (+21.43%)
Mutual labels:  leaflet

PM2.5-IDW-Map

A PM2.5 Inverse Distance Weighting (IDW) map using Leaflet (v1.4.0).

PM2.5 data source

Data source is from PM2.5 Open Data Portal.

Website

PM2.5-IDW-Map

Demo

Inverse Distance Weighting (IDW)

Reference

       Σ (1 / (di ^ p)) * vi
 V = -------------------------
          Σ (1 / (di ^ p))

Libraries

The map is using Leaflet and IDW is edited from IDW. The PM2.5 contour is made from contourgeojson.

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].