Re: [gdal-dev] gdal get geolocation array in HDF5 dataset

2013-10-31 Thread laura0
Thanks Ivan, can you be more specific with your suggestion to use GDALWARP to transform the Data Fields images into an output image? Many thanks for the help, Laura -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-get-geolocation-array-in-HDF5-dataset-tp5086505p508679

Re: [gdal-dev] gdal get geolocation array in HDF5 dataset

2013-10-30 Thread laura0
Unfortunately it does not. GDALGetMetadata( dataset, "GEOLOCATION" ) return NULL -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-get-geolocation-array-in-HDF5-dataset-tp5086505p5086612.html Sent from the GDAL - Dev mailing list archive at Nabble.com. _

[gdal-dev] gdal get geolocation array in HDF5 dataset

2013-10-30 Thread laura0
Hi all, I would like to know I can I read with gdal the geolocation array stored inside an O3MSAF HDF5 data. With GDALGetMetadata( dataset, "" ); I get the list of metadata (es. Fill Value, Title, Unit but not the array with the latitude and longitude values), with GDALGetMetadata( dataset, "SUBDAT

Re: [gdal-dev] gdalwarp multiple nodata

2013-10-29 Thread laura0
Thanks I will try. Laura -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdalwarp-multiple-nodata-tp5086084p5086278.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal-dev mailing list gdal-dev@lists.osgeo.

[gdal-dev] gdalwarp multiple nodata

2013-10-28 Thread laura0
Hi all, I have discovered gdalwarp options -srcnodata -dstnodata support just 1 no data value per band. Is there a way to set multiple values to NoData? Thanks much, Laura -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdalwarp-multiple-nodata-tp5086084.html Sent from the

[gdal-dev] GDAL 1.10.1 requirements

2013-10-14 Thread laura0
Hi all, I would like to know which versions of netcdf, hdf4, hdf5 libraries are supported by the new release of GDAL. I tried for instance 4.1.1 netcdf library but, after ./configure, I see "netcdf supported NO" . So I think that version is too old. With the latest versions (netcdf 4.3.0, hdf5 1.8

Re: [gdal-dev] gdal_grid: how to choose ellipse radius

2013-09-26 Thread laura0
Thanks Even, is the radius1 and radius2 unit in pixel? Because my grid size is: cloud coverage [km] / cloud resolution [km] so the pixel resolution of the grid is 1 pixel. Is this the right value to assign to radius1 and radius2? Should it be always an integer value? I think that setting radius1 an

[gdal-dev] gdal_grid: how to choose ellipse radius

2013-09-25 Thread laura0
Hi all, I am investigating Nearest neighbor algorithm of gdal_grid. The search ellipse is described by the three parameters: radius1, radius2, angle . My target is to get a regular grid as similar as possible at the original cloud of point, with the same values (no interpolation, so I choose the N

Re: [gdal-dev] gdalwarp -tps

2013-08-29 Thread laura0
Hi André, my geotiff is already georeferenced (yes I used gdaltranslate previously) and also projected. I would like to know how thin plate spline interpolation works using the -tps gdalwarp option. Regards, Laura -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdalwarp-tp

[gdal-dev] gdalwarp -tps

2013-08-29 Thread laura0
Hi all, I would like to know how to use thin plate spline interpolation with gdal. I have found the gdalwarp -tps option but I do not understand how to use it, I have a UTM 32 reprojected geotiff and I find here http://www.gdal.org/gdalwarp.html -tps: Force use of thin plate spline transformer ba

Re: [gdal-dev] gdalwarp resampling

2013-08-20 Thread laura0
Thank you Mathieu, regards Laura -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdalwarp-resampling-tp5073114p5073276.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal-dev mailing list gdal-dev@lists.osg

[gdal-dev] gdalwarp resampling

2013-08-19 Thread laura0
Hi all, I am going to use gdalwarp to resample a 800x800 wgs84 image but I did not understand how to set output file resolution: gdalwarp description page says to use the option -tr , but what does it mean with "in target georeferenced units"? This is my input image: Size is 800, 800 Coordinate Sy

[gdal-dev] Reprojection raster 0 360 longitude

2013-06-07 Thread laura0
Hi all, I have a geotiff with the following corner coordinates: Upper Left ( -0.250, 90.250) ( 0d15' 0.00"W, 90d15' 0.00"N) Lower Left ( -0.250, -90.250) ( 0d15' 0.00"W, 90d15' 0.00"S) Upper Right ( 359.750, 90.250) (359d45' 0.00"E, 90d15' 0.00"N) Lower Right ( 3

[gdal-dev] R: Re: MODIS reprojection

2013-04-18 Thread laura0
If I try your command I get ERROR 1: Unable to compute a transformation between pixel/line and georeferenced coordinates for temp.tif.There is no affine transformation and no GCPs. Messaggio originale Da: ml-node+s1560n5047999...@n6.nabble.com Data: 18/04/2013 16.18 A: "laura0&

[gdal-dev] MODIS reprojection

2013-04-17 Thread laura0
Hi, I'm working with GDAL tool in order to use MODIS (MOD14.A2 and MYD14.A2) data but I have problems with reprojection in UTM 32. The lat/lon pixel coordinates I get are not correct (similar but a bit shifted). This is what I have done: In order to geolocate swaths, there is a separate product th

Re: [gdal-dev] INSPIRE compliant metadata

2013-03-06 Thread laura0
Thanks for the answers, Tom, can you suggest me links (if any) to help me to follow your idea? Thanks, Laura -- View this message in context: http://osgeo-org.1560.n6.nabble.com/INSPIRE-compliant-metadata-tp5038779p5038802.html Sent from the GDAL - Dev mailing list archive at Nabble.com. _

[gdal-dev] INSPIRE compliant metadata

2013-03-06 Thread laura0
Hello, I am using the GDAL Utility Program gdalinfo to report metadata about a raster file (netCDF, grib, hdf). I would like to transform these information collected using the inspire directive (ogc csw). Is there a tool to automate this translation? I have found CatMDEdit but it does not support t