All Projects → waldoj → Frostline

waldoj / Frostline

Licence: mit
A dataset, API, and parser for USDA plant hardiness zones.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Frostline

Binance.api.csharp.client
C#.NET client for Binance Exchange API.
Stars: ✭ 98 (-2%)
Mutual labels:  api
Searchconsoler
R interface with Google Search Console API v3, including Search Analytics.
Stars: ✭ 99 (-1%)
Mutual labels:  api
Shopify Api Php
🚀 Shopify API Client for PHP
Stars: ✭ 100 (+0%)
Mutual labels:  api
Jamfproscripts
A collection of shell scripts created for use in Jamf Pro and elsewhere
Stars: ✭ 98 (-2%)
Mutual labels:  api
Jni By Examples
🎇Fun Java JNI By Examples - with CMake and C++ (or C, of course!) ‼️ Accepting PRs
Stars: ✭ 99 (-1%)
Mutual labels:  api
Grape
An opinionated framework for creating REST-like APIs in Ruby.
Stars: ✭ 9,438 (+9338%)
Mutual labels:  api
Ksql Python
A python wrapper for the KSQL REST API.
Stars: ✭ 98 (-2%)
Mutual labels:  api
Rspec api documentation
Automatically generate API documentation from RSpec
Stars: ✭ 1,366 (+1266%)
Mutual labels:  api
Luna
Yet another web framework—this time in modern C++!
Stars: ✭ 99 (-1%)
Mutual labels:  api
Swiftagram
A modern Swift wrapper for Instagram Private API.
Stars: ✭ 100 (+0%)
Mutual labels:  api
Osint San
Framework для сбора данных из открытых источников. В Framework используется большое количество API, их необходимо зарегистрировать самому.​
Stars: ✭ 99 (-1%)
Mutual labels:  api
Cryptocurrency Cli
💰 Cryptocurrency Portfolio On The Command Line 💰
Stars: ✭ 99 (-1%)
Mutual labels:  api
Parse Google Docs Json
Authenticates with Google API and parse Google Docs to JSON or Markdown
Stars: ✭ 100 (+0%)
Mutual labels:  api
Rundeck Cli
CLI tool for Rundeck
Stars: ✭ 98 (-2%)
Mutual labels:  api
Laradoo
Odoo ERP API for Laravel
Stars: ✭ 100 (+0%)
Mutual labels:  api
Rest And Go
A basic online store REST API written with Golang
Stars: ✭ 98 (-2%)
Mutual labels:  api
Finmind
Open Data, more than 50 financial data. 提供超過 50 個金融資料(台股為主),每天更新 https://finmind.github.io/
Stars: ✭ 1,357 (+1257%)
Mutual labels:  api
Punkapi
DIY Dog meets JSON
Stars: ✭ 100 (+0%)
Mutual labels:  api
Phalapi
A PHP framework foucs on API fast development.接口,从简单开始!PhalApi简称π框架,一个轻量级PHP开源接口框架,专注于接口服务开发。
Stars: ✭ 1,365 (+1265%)
Mutual labels:  api
Rki Covid Api
🦠🇩🇪📈 An API for the spread of covid-19 in Germany. Data from Robert-Koch-Institut.
Stars: ✭ 98 (-2%)
Mutual labels:  api

Frostline

A parser for USDA plant hardiness zones. That data is provided in bulk by the PRISM Climate Group at Oregon State University. This combines the four bulk files with ZIP location data, and creates a JSON file for each ZIP, functioning as a static API.

Note that not every U.S. ZIP code is part of this dataset. The PHZ source data, provided by PRISM, does not include every ZIP, and there is no complete list of the location of all ZIP codes in the PHZ source data.

The resulting data is used to create an API at phzmapi.org, in format {ZIPCODE}.json, e.g. https://phzmapi.org/20001.json.

Map of the U.S.

(Per PRISM Climate Group's Terms of Service, note that the above map is not the official USDA Plant Hardiness Zone Map.)

Run It Yourself

./frostline.py

Map The Data

You can generate a nice interactive map of the data. First convert the data to GeoJSON:

node map.js

This creates map.geojson. Then view map.html in a browser. You will need to serve the map on a simple web server (not at a file:// URL) so that it can access the GeoJSON file on disk (file:// URLs block access to other files). That was used by Josh Tauberer to generate the above map.

Plant Hardiness Zones

This is the national standard for knowing which plants will grow where. It’s determined based on the average annual minimum temperature over the prior 30 years, with each zone comprising a 10°F band. There are 26 zones in all. The standard was developed by the U.S., but other countries have adopted the same standard. Companies that sell plants, seeds, roots, and bulbs (e.g., Burpee) use these zones to help customers understand what will thrive in their area, and to decide when to ship orders to help them to thrive. For more information, see the Wikipedia entry or the USDA’s explanation.

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