Skip to content

Commit

Permalink
Released 0.9.0. [publish binary]
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreavis committed Mar 29, 2016
1 parent 7403d93 commit b749f2c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
Anand Thakker <[email protected]>
Brandon Reavis <[email protected]>
Brandon Reavis <[email protected]>
Brian Reavis <[email protected]>
Dane Springmeyer <[email protected]>
David Tudury <[email protected]>
Jérôme Desboeufs <[email protected]>
Ryan Clark <[email protected]>
Sean Gillies <[email protected]>
Seth Fitzsimmons <[email protected]>
Tim Schaub <[email protected]>
Tom Hughes <[email protected]>
Wilhelm Berg <[email protected]>
Wilhelm Berg <[email protected]>
Young Hahn <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gdal",
"version": "0.8.0",
"version": "0.9.0",
"description": "Bindings to GDAL (Geospatial Data Abstraction Library)",
"license": "Apache-2.0",
"url": "http://github.com/naturalatlas/node-gdal",
Expand Down
9 changes: 7 additions & 2 deletions test/data/sample.vrt
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
<VRTDataset rasterXSize="984" rasterYSize="804">
<SRS>PROJCS["unnamed",GEOGCS["GRS 1980(IUGG, 1980)",DATUM["unknown",SPHEROID["GRS80",6378137,298.257222101],TOWGS84[0,0,0,0,0,0,0]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]],PROJECTION["Albers_Conic_Equal_Area"],PARAMETER["standard_parallel_1",29.5],PARAMETER["standard_parallel_2",45.5],PARAMETER["latitude_of_center",23],PARAMETER["longitude_of_center",-96],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]]]</SRS>
<GeoTransform> 0, 7.5020719301461893e+00, 0.0000000000000000e+00, 2.4857104658232867e+06, 0.0000000000000000e+00, -7.5020719301459424e+00</GeoTransform>
<GeoTransform> 0.0000000000000000e+00, 7.5020719301461893e+00, 0.0000000000000000e+00, 2.4857104658232867e+06, 0.0000000000000000e+00, -7.5020719301459424e+00</GeoTransform>
<Metadata>
<MDI key="AREA_OR_POINT">Area</MDI>
</Metadata>
<VRTRasterBand dataType="Byte" band="1">
<Metadata />
<Metadata>
<MDI key="STATISTICS_MAXIMUM">100</MDI>
<MDI key="STATISTICS_MEAN">29.725628716176</MDI>
<MDI key="STATISTICS_MINIMUM">0</MDI>
<MDI key="STATISTICS_STDDEV">36.988859543635</MDI>
</Metadata>
<NoDataValue>nan</NoDataValue>
<ColorInterp>Gray</ColorInterp>
<SimpleSource>
Expand Down
2 changes: 1 addition & 1 deletion yuidoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-gdal",
"description": "Node.js bindings for GDAL (Geospatial Data Abstraction Library)",
"version": "0.8.0",
"version": "0.9.0",
"url": "https://github.com/naturalatlas/node-gdal",
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/df/GDALLogoColor.svg/200px-GDALLogoColor.svg.png",
"options": {
Expand Down

0 comments on commit b749f2c

Please sign in to comment.