Re: [gdal-dev] python bindings, no netcdf support

2009-11-09 Thread Scott Sinclair
>2009/11/9 Hessel Winsemius : > Does anyone know how to let the python bindings know that it should work > with the NetCDF driver as well? I have netcdf4-python installed by the way. The installation of netcdf4-python doesn't interact with GDAL. You'll need to build GDAL yourself with NetCDF suppo

Re: [gdal-dev] convert Grass Raster to netCDF

2009-08-12 Thread Scott Sinclair
>2009/8/12 chen cui : > i would like to convert Grass Raster to netCDF format. > > i have used  the following command from gdal library: > > gdal_translate /directory/Global/Permanent/cellhd/RasterMask RasterNC.nc > > which worked well! > > i also use gdalinfo to check the netCDF file: > > gdalinfo

Re: [gdal-dev] Numeric package

2009-07-30 Thread Scott Sinclair
>2009/7/30 : > In a script I have this >     try: >         import numpy as Numeric >     except ImportError: >         import Numeric > > I got this error when running the script >     import Numeric > ImportError: No module named Numeric > > I'm on windows > Under C:\Python26\Lib\site-packages >

Re: [gdal-dev] Polynomials in GDAL : 4th Order to 10th Order..

2009-07-24 Thread Scott Sinclair
> 2009/7/24 spbhasker bachi : > Need help on 4th , 5th , 6th upto 10 Order Polynomials. > > I have succesfully used the 1st to 3rd Polynomials provided in GDAL and > warped both Vectors and Images based on custom Coding.. > > Can anyone help me Code the 4th to 10th Order You probably don't want to

Re: [gdal-dev] Python bindings on RedHat cluster (was: AttributeError: 'MaskedArray' object has no attribute 'typecode' -- when writing GeoTiff)

2009-07-20 Thread Scott Sinclair
r: No module named _gdal_array" > > Have you seen this before?  Any thoughts? > > Thanks and best regards, > > Greg > > -Original Message- > From: Scott Sinclair [mailto:scott.sinclair...@gmail.com] > Sent: Monday, July 20, 2009 3:58 AM > To: Greg Fiske &g

Re: [gdal-dev] can't open grib2 files

2009-07-10 Thread Scott Sinclair
Observación > > Consellería de Medio Ambiente, Territorio e Infraestruturas > > Rúa de Roma, 6 > > 15707 Santiago de Compostela. A Coruña > > > Teléfono: +34-881-999646 > > > e-mail: alberto.petta...@meteogalicia.es > <mailto:alberto.petta...@meteogalicia.

Fwd: [gdal-dev] can't open grib2 files

2009-06-30 Thread Scott Sinclair
Forgot to copy the list. -- Forwarded message -- From: Scott Sinclair Date: 2009/6/30 Subject: Re: [gdal-dev] can't open grib2 files To: Alberto Pettazzi >2009/6/29 Alberto Pettazzi : >  I just have executed the command you suggested me, > > gdal-config --

Re: [gdal-dev] satellite image processing in Python

2009-04-16 Thread Scott Sinclair
> 2009/4/14 Harris, Sarah L : > I would like to use this code written by Yann Chemin (see Feb 2009 gdal-dev > archives) > but I keep getting a memory error. Can anyone help me fix this. I have put > the entire error below the code. > Thanks in advance > > F=[] ... > Traceback (most recent call la