[Geotools-devel] Question regarding signed 8 bit rasters

2016-05-31 Thread Rob Emanuele
Hello, I have an example of a GridCoverage2D that I am trying to create with an signed byte data type. This seems like it should be possible...I create a GridSampleDimension with a SampleDimensionType of SampleDimensionType.SIGNED_8BITS. I then use that GridSampleDimension in the GridCoverageFacto

Re: [Geotools-devel] Publishing GDAL java binding .jar files to the osgeo maven repository

2014-04-15 Thread Rob Emanuele
7;ll have to wait until i get around to building >> it. Probably over the weekend. >> >> -Justin >> >> >> On Wed, Apr 2, 2014 at 2:17 PM, Rob Emanuele wrote: >> >>> Hello, >>> >>> I'm a developer on the GeoTrellis project, and

Re: [Geotools-devel] Publishing GDAL java binding .jar files to the osgeo maven repository

2014-04-03 Thread Rob Emanuele
org/gdal/gdal/1.10.1/ > > -Justin > > > On Thu, Apr 3, 2014 at 3:24 PM, Rob Emanuele wrote: > >> Thanks Justin, I'll send a built jar to your email. >> >> >> On Thu, Apr 3, 2014 at 2:32 PM, Justin Deoliveira < >> jdeol...@boundlessgeo.com> wrote:

Re: [Geotools-devel] Publishing GDAL java binding .jar files to the osgeo maven repository

2014-04-03 Thread Rob Emanuele
upload it into the > repository. Otherwise it'll have to wait until i get around to building it. > Probably over the weekend. > > -Justin > > > On Wed, Apr 2, 2014 at 2:17 PM, Rob Emanuele wrote: > >> Hello, >> >> I'm a developer on the GeoTrellis proj

[Geotools-devel] Publishing GDAL java binding .jar files to the osgeo maven repository

2014-04-02 Thread Rob Emanuele
Hello, I'm a developer on the GeoTrellis project, and spent some time writing a scala wrapper around the GDAL java bindings so that we can use GDAL through GeoTrellis. It would be really great to pull in gdal.jar as a dependency instead of having to move it from the gdal source directory after bui