jaredbeck / tnm

The National Map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The National Map (TNM)

The National Map is a collaborative effort among the USGS and other Federal, State, and local partners to improve and deliver topographic information for the Nation.

Install

Prerequisites: ruby, bundler

git clone git@github.com:jaredbeck/learn_arcgis_flt.git
bundle
bin/test

Data

png.rb

Read NED .flt and NHD .shp, write PNG

bin/png.rb \
  data/ned/ned_1_n43w077/usgs_ned_1_n43w077_gridfloat.flt  \
  data/nhd/ny/WBDHU8.shp \
  out.png
open out.png

References

File Formats

About

The National Map

License:GNU General Public License v3.0


Languages

Language:Ruby 99.6%Language:Shell 0.4%