waldoj / frostline

A dataset, API, and parser for USDA plant hardiness zones.
https://phzmapi.org/
MIT License
146 stars 25 forks source link

Rewrite system to use ArcGIS REST API #8

Closed waldoj closed 7 years ago

waldoj commented 8 years ago

@iandees discovered the ArcGIS service that powers USDA's API. So that becomes the new place where we need to get data from.

kneath commented 7 years ago

I'm not sure if you're still interested in updating this project, but I was in search of similar data and found out a ton of this stuff has changed locations (ex: the link above is broken now). It seems like the company that was hosting this data has shut down:

Enhanced versions of these files were previously distributed by Climate Source, Inc., which closed its doors on February 1, 2017. The original files are now available free of charge on this site. However, they continue to be the property of Oregon State University, and are subject to OSU’s terms of use.

Through some spelunking I've found the raw data available for download which includes a CSV of zip codes very similar to what this project used to provide. A quick excerpt:

zipcode,zone,trange,zonetitle
01001,6a,-10 to -5,6a: -10 to -5
01002,5b,-15 to -10,5b: -15 to -10
01003,5b,-15 to -10,5b: -15 to -10
01004,5b,-15 to -10,5b: -15 to -10
01005,5b,-15 to -10,5b: -15 to -10
01007,5b,-15 to -10,5b: -15 to -10
01008,5b,-15 to -10,5b: -15 to -10

Additionally, there are some shapefiles and gridfiles which I've yet to dive into. This data also seems to be free to use so long as you display OSU & USDA ARS logos, which should put down the data usage legality questions.

waldoj commented 7 years ago

Whoa!

waldoj commented 7 years ago

This issue is obviated by #10.

webmaven commented 6 years ago

@kneath, a belated "thank you so much" for bringing this to our attention! :dancer: :100: