Nick,
NetCDF is a raster format and is supported by GDAL. Please refer to
http://www.gdal.org/frmt_netcdf.html for details on GDAL's NetCDF
driver.
Regards,
Chaitanya
On Thu, Mar 12, 2009 at 7:13 AM,
wrote:
>
> Hello All,
>
> I have some data in netCDF format.
>
> I'm pretty sure it is longitud
Hello All,
I have some data in netCDF format.
I'm pretty sure it is longitude/latitude.
Is anyone familiar with this format?
Is it something GDAL can handle?
What sort of format is it? A raster? or a grid with multiple values?
Regards,
nick
*
Frank Warmerdam wrote:
> On Mon, Mar 9, 2009 at 11:48 AM, Frank Warmerdam wrote:
>> Motion: Chaitanya Kumar CH is granted GDAL commit permissions.
>
> Folks,
>
> I declare this motion passed with support from EvenR, TamasS,
> FrankW, HowardB, and DanielM.
Dear PSC,
This is great news!
> Welco
Hello !
I'm trying to generate polygons from gdal contour output. Most of the
linestrings generated where closed, so it's not a too bad start. The
problem is to define interior and exterior of the polygon : it seems
that interior and exterior has no consistent meaning from the
linestrings (it
On Mon, Mar 9, 2009 at 11:48 AM, Frank Warmerdam wrote:
> Motion: Chaitanya Kumar CH is granted GDAL commit permissions.
Folks,
I declare this motion passed with support from EvenR, TamasS,
FrankW, HowardB, and DanielM.
Welcome about Chaitanya!
Best regards,
--
---
Jonah Duckles wrote:
> Looks like you're on windows, but if you have sed and grep installed in
> your
> path you could run:
> gdalinfo image.tif |grep ^Size | sed 's/Size is//g;s/ //g'.
Sorry for the late reply. This is exactly what I was looking for and saves
me lot of work. Thanks a million!