mapbox / mapnik-omnivore

Node module that returns metadata about spatial files.
45 stars 19 forks source link

branch for raster modularization #132

Closed dnomadb closed 8 years ago

dnomadb commented 8 years ago

Modularization of lib/raster for use in https://github.com/mapbox/colonel-mercator, re: https://github.com/mapbox/pxm/issues/433

Todo:

dnomadb commented 8 years ago

cc @GretaCB @yhahn @perrygeo

GretaCB commented 8 years ago

Hey @dnomadb , looks good. Except I think youll need to define these functions as variables in order to export and use them.

So instead of function getUnitType()...

Should be var getUnitType = function()...

Hmmm, nevermind. You got it: Raster.getUnitType. Is this confusing from an implementation perspective?