Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 518 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 518 Bytes

naip

Utilities for Working with NAIP

install

npm install naip

usage

findCOGs

const findCOGs = require("naip/find-cogs");

const bbox = { xmin: -85.26, ymin: 35.04, xmax: -85.25, ymax: 35.05 };
const cogs = await findCOGs({
    bbox,
    debug: true, // set debug to true for increased logging
    year: 2016
});
// cogs is [ "tn/2016/60cm/rgbir_cog/35085/m_3508562_se_16_1_20160608.tif" ]

support

Please email [email protected] or post an issue at https://github.com/geosurge/naip