Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

jeffboody/nedgz

Repository files navigation

about

This package includes code to import/export nedgz height maps and is designed to compliment mgm map images.

Send questions or comments to Jeff Boody - jeffboody@gmail.com

flt2ned

A conversion utility that converts flt height maps which can be obtained from USGS.

heightmap

A conversion utility that converts flt height maps which can be obtained from USGS.

hillshade

A conversion utility that converts packed heightmaps to packed hillshaded textures.

nedsg

A tool to create a simple scene graph that can be used for culling and testing nedgz file existance.

getosm

A tool to request all osm tiles that exist in a given nedsg.

subheightmap

A tool to subsample a heightmap.

subned

A tool to subsample a nedgz heightmap.

subbluemarble

A tool to subsample NASA blue marble textures.

bluemarble

A tool to tile NASA blue marble textures.

http://visibleearth.nasa.gov/view_cat.php?categoryID=1484

naip-merge

A tool to merge csv lists for NAIP 1m images available from USGS.

http://viewer.nationalmap.gov/basic/

naip-sync

A tool to sync NAIP 1m images from USGS.

license

Copyright (c) 2013 Jeff Boody

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.