[gdal-dev] GSOC

2017-03-27 Thread Nikolaos Hatzopoulos
Hello, I am a student that I am trying to find a mentor related to gdal programming and image enhancement. Is there anyone who wants to mentor such a project? Regards, -- Nikos Ms Student Software Engineering Cal State Fullerton ___ gdal-dev mailing

Re: [gdal-dev] Uint16 geotiff

2014-09-10 Thread Nikolaos Hatzopoulos
) to the output file. One approach is to use gdal_translate after to re-add desired metadata. Alternatively you could precreate the output file and populate it with metadata. I often do this part in python. Best regards, Frank On Sep 10, 2014 10:17 AM, Nikolaos Hatzopoulos nhat...@gmail.com

[gdal-dev] l1b to grid

2013-11-14 Thread Nikolaos Hatzopoulos
Does anyone know how to grid a level1b swath image from satellites to a gridded projection? Best, --Nikos Hatzopoulos ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] GCTP projection -s_srs=???

2013-01-23 Thread Nikolaos Hatzopoulos
I have this projection for my nasa hdf file: Coordinate System is: LOCAL_CS[GCTP projection number 97, UNIT[Meter,1]] Origin = (-17334194.000,7344784.82500186265) Pixel Size = (25067.525334417932754,-25067.525298634809587) I tried to reporject my image using gdalwrap and I

Re: [gdal-dev] GCTP projection -s_srs=???

2013-01-23 Thread Nikolaos Hatzopoulos
in meters for EASE grid) Best regards, Frank On Wed, Jan 23, 2013 at 10:20 AM, Nikolaos Hatzopoulos nhat...@gmail.com wrote: I have this projection for my nasa hdf file: Coordinate System is: LOCAL_CS[GCTP projection number 97, UNIT[Meter,1]] Origin

Re: [gdal-dev] GCTP projection -s_srs=???

2013-01-23 Thread Nikolaos Hatzopoulos
I got it: http://nsidc.org/data/atlas/epsg_3410.html On Wed, Jan 23, 2013 at 11:46 AM, Nikolaos Hatzopoulos nhat...@gmail.comwrote: thanks for the respond, Yes you are right it is +proj=cea I got confused with the GCTP codes about the datum=WGS84 I am not quite sure the specs that I find

Re: [gdal-dev] Combine aerial images

2012-10-12 Thread Nikolaos Hatzopoulos
put a second server and have the 1400 image to the one and the other 1400 to the other :) -- Nikos On Fri, Oct 12, 2012 at 8:00 AM, Frank Broniewski b...@metrico.lu wrote: Hi, I have a directory with appr. 2800 aerial images, each 1kmx1km. I'm using this source for a Mapserver WMS layer.

Re: [gdal-dev] GSoC Image Correlator

2012-08-27 Thread Nikolaos Hatzopoulos
I see the code: CPLErr GDALSimpleSURF::ConvertRGBToLuminosity const double forRed = 0.21; const double forGreen = 0.72; const double forBlue = 0.07; question: if you have a sensor with more than this three channels probably it will not work you need to have an RGB image. how about

Re: [gdal-dev] gdalenhance -config file how you do linear interpolation of the colors?

2012-02-10 Thread Nikolaos Hatzopoulos
, Nikolaos Hatzopoulos nhat...@gmail.comwrote: so I have created a config file for gdalenhance color.config: 1:Band -100:ScaleMin 11000:ScaleMax 0:3.667:30 30:1.667:60 60:0.833:120 120:0.429:190 190:0.231:255 2:Band -100:ScaleMin 11000:ScaleMax 0:3.667:30 30:1.667:60 60:0.833:120 120:0.429:190

[gdal-dev] gdalenhance -config file how you do linear interpolation of the colors?

2012-02-09 Thread Nikolaos Hatzopoulos
so I have created a config file for gdalenhance color.config: 1:Band -100:ScaleMin 11000:ScaleMax 0:3.667:30 30:1.667:60 60:0.833:120 120:0.429:190 190:0.231:255 2:Band -100:ScaleMin 11000:ScaleMax 0:3.667:30 30:1.667:60 60:0.833:120 120:0.429:190 190:0.231:255 3:Band -100:ScaleMin

Re: [gdal-dev] Web site downtime

2012-02-02 Thread Nikolaos Hatzopoulos
Now you start realizing why enterprise linux exists :) --Nikos On Wed, Feb 1, 2012 at 5:22 PM, Frank Warmerdam warmer...@pobox.com wrote: Folks, The OSGeo ProjectsVM is down while we upgrade the OS (an upgrade that has encountered some issues). While this is being resolved the hosted

Re: [gdal-dev] GDAL 1.7.3 java bindings on Centos 5 (64 bit)

2012-01-23 Thread Nikolaos Hatzopoulos
http://elgis.argeo.org/ this repo has java bindings if that helps --Nikos Hatzopoulos On Mon, Jan 23, 2012 at 9:12 AM, Daniele Romagnoli daniele.romagn...@geo-solutions.it wrote: Hi list, Does anyone have any experience about the reported topic? I have downloaded GDAL 1.7.3 on my Centos

[gdal-dev] PCT Pallete

2012-01-10 Thread Nikolaos Hatzopoulos
How you can create your own pallet for the tool rgb2pct from existing rgb image. What kind of technics are existing in order to define such a pallete? --Nikos ___ gdal-dev mailing list gdal-dev@lists.osgeo.org

Re: [gdal-dev] libjpeg-turbo for gdal?

2011-09-21 Thread Nikolaos Hatzopoulos
I am curios to see the supercharged version :) --Nikos On Wed, Sep 21, 2011 at 3:08 PM, Mateusz Loskot mate...@loskot.net wrote: On 21/09/11 21:46, doug_newc...@fws.gov wrote: I had seen libjpeg-turbo , Has anyone tried using it in GDAL? http://www.gdal.org/frmt_jpeg.html Best regards,

Re: [gdal-dev] SWIG JNI binding question with GetMetadataItem function

2011-08-23 Thread Nikolaos Hatzopoulos
yes watch that because they also added test so you can do: make test and see if the swing is working --Nikos Hatzopoulos On Tue, Aug 23, 2011 at 8:53 AM, Jim Pendleton j...@ittvis.com wrote: Just to finalize this thread, the underlying problem was that the version of SWIG I was using was

Re: [gdal-dev] SWIG JNI binding question with GetMetadataItem function

2011-08-11 Thread Nikolaos Hatzopoulos
Did you follow these instructions? http://trac.osgeo.org/gdal/wiki/GdalOgrInJavaBuildInstructionsUnix this command must work: java -classpath `pwd`/gdal.jar:`pwd`:`pwd`/build/apps gdalinfo as the instruction are saying: *With luck you will see the gdalinfo usage message. * and try to see a

Re: [gdal-dev] SWIG JNI binding question with GetMetadataItem function

2011-08-11 Thread Nikolaos Hatzopoulos
. ** ** -- *From:* Nikolaos Hatzopoulos [mailto:nhat...@gmail.com] *Sent:* Thursday, August 11, 2011 5:56 PM *To:* Jim Pendleton *Cc:* Even Rouault; gdal-dev@lists.osgeo.org *Subject:* Re: [gdal-dev] SWIG JNI binding question with GetMetadataItem function ** ** Did you follow

[gdal-dev] GDAL_DATA

2011-08-09 Thread Nikolaos Hatzopoulos
Hi, Is there any way you can define GDAL_DATA using code and not environmental variable? --Nikos Hatzopoulos ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] GDAL_DATA

2011-08-09 Thread Nikolaos Hatzopoulos
/gdal/wiki/ConfigOptions /** * * Kyle Shannon * ksshan...@gmail.com * */ On Tue, Aug 9, 2011 at 15:11, Nikolaos Hatzopoulos nhat...@gmail.comwrote: Hi, Is there any way you can define GDAL_DATA using code and not environmental variable? --Nikos Hatzopoulos

[gdal-dev] GML elevation

2011-08-08 Thread Nikolaos Hatzopoulos
Hi Community, we have this gml data: http://nvclwebservices.vm.csiro.au/geoserverBH/wfs?SERVICE=WFSREQUEST=GetFeatureVERSION=1.1.0maxFeatures=1typeName=gsml:Borehole System.out.println(Layer Count: +poDS.GetLayerCount()); System.out.println(Layer Name: +poDS.GetLayerByIndex(0).GetName());

Re: [gdal-dev] GML elevation

2011-08-08 Thread Nikolaos Hatzopoulos
On Mon, Aug 8, 2011 at 6:18 PM, Frank Warmerdam warmer...@pobox.com wrote: On Mon, Aug 8, 2011 at 5:09 PM, Nikolaos Hatzopoulos nhat...@gmail.com wrote: Hi Community, we have this gml data: http://nvclwebservices.vm.csiro.au/geoserverBH/wfs?SERVICE=WFSREQUEST=GetFeatureVERSION

Re: [gdal-dev] GML elevation

2011-08-08 Thread Nikolaos Hatzopoulos
coreCustodian (String) = POINT (121.142 -28.4139) What version are you running? --Nikos On Mon, Aug 8, 2011 at 6:45 PM, Frank Warmerdam warmer...@pobox.com wrote: On Mon, Aug 8, 2011 at 6:39 PM, Nikolaos Hatzopoulos nhat...@gmail.com wrote: System.out.println(Elevation

Re: [gdal-dev] Including curl in the context of an Android build?

2011-08-03 Thread Nikolaos Hatzopoulos
try istead of: LIBS=”-lcurl $LIBS” LIBS=/absolute/path/libcurl.a $LIBS be aware that even the order on how you define static libraries may confused the compile process. --Nikos Hatzopoulos On Wed, Aug 3, 2011 at 12:45 PM, Jim Pendleton j...@ittvis.com wrote: In order to support the GDAL

Re: [gdal-dev] Modis L1B SWATH: georef problem hdf to geotiff

2011-07-26 Thread Nikolaos Hatzopoulos
gdalwarp call. gdalwarp file1 file2 file3 outfile Brian On Mon, 2011-07-25 at 17:20 -0700, Nikolaos Hatzopoulos wrote: It seems interesting I'll keep a note on this :) The question is how you can build a VRT mosaic directly from MODIS hdf files, because the problem is that you have

Re: [gdal-dev] Modis L1B SWATH: georef problem hdf to geotiff

2011-07-25 Thread Nikolaos Hatzopoulos
5min modis swath file, by default gdal only reads every 10th row and column of gcp's this is not enough to handle the bowtie effect. Brian On Tue, 2011-01-18 at 16:33 -0800, Nikolaos Hatzopoulos wrote: You are right, I notice that there isn't any difference from the band_1.tiff

Re: [gdal-dev] gdalwarp over tiles in Plate carée

2011-07-07 Thread Nikolaos Hatzopoulos
I haven't worked with MERIS on NDVI data but I know about MODIS: so let's say we have four MODIS files lvl3 data: MOD13Q1.A2010113.h08v04.005.2010133194933.hdf MOD13Q1.A2010113.h08v05.005.2010134041223.hdf MOD13Q1.A2010113.h09v04.005.2010135200404.hdf MOD13Q1.A2010113.h09v05.005.2010133080730.hdf

[gdal-dev] zmap format

2011-06-25 Thread Nikolaos Hatzopoulos
Hi, There is a format called zmap format and it has Zmap Plus grid does anybody know more info about this format? mostly it is used for DEM and petroleum and according to my opinion it is descried by a rectangular kind of cells but it might not, that's why I am asking for some reference for zmap

Re: [gdal-dev] Problem Compiling with Oracle (--with-oci)

2011-06-21 Thread Nikolaos Hatzopoulos
that is out of the ordinary here. Chris Nikolaos Hatzopoulos wrote: check the configure file it might need changes (vi configure) you can add the elgis repo add the devel package and start getting involved with the compile. this is a src rpm: http://elgis.argeo.org/repos

Re: [gdal-dev] Problem Compiling with Oracle (--with-oci)

2011-06-20 Thread Nikolaos Hatzopoulos
check the configure file it might need changes (vi configure) you can add the elgis repo add the devel package and start getting involved with the compile. this is a src rpm: http://elgis.argeo.org/repos/testing/5/elgis/SRPMS/gdal-1.8.0-2.el5.elgis.src.rpm if you are familiar with spec files I

Re: [gdal-dev] Converting from 16 bit to 8 bit images (best practices?)

2011-06-10 Thread Nikolaos Hatzopoulos
(cloud) then begin x = byte([0, 25, 55, 100, 255]) y = byte([0, 90, 140, 175, 255]) endif how it can be programmed in gdal language? --Nikos On Thu, Jun 9, 2011 at 8:42 PM, Brian Case r...@winkey.org wrote: Nikos 143, and 721 Brian On Thu, 2011-06-09 at 16:49 -0700, Nikolaos Hatzopoulos

Re: [gdal-dev] Converting from 16 bit to 8 bit images (best practices?)

2011-06-09 Thread Nikolaos Hatzopoulos
working on the above image correctly? Thanks! --j On Wed, Jun 8, 2011 at 4:10 PM, Nikolaos Hatzopoulos nhat...@gmail.com wrote: why you don't try rgb2pct http://www.gdal.org

Re: [gdal-dev] Converting from 16 bit to 8 bit images (best practices?)

2011-06-08 Thread Nikolaos Hatzopoulos
why you don't try rgb2pct http://www.gdal.org/rgb2pct.html? --Nikos Hatzopoulos On Wed, Jun 8, 2011 at 2:20 PM, Jonathan Greenberg greenb...@ucdavis.eduwrote: Folks: I am using a piece of software which is relying on an older version of GDAL that doesn't have the fix to deal with 8 bit

Re: [gdal-dev] Segmentation fault with debian install of gdal on MODIS hdf4 files

2011-05-09 Thread Nikolaos Hatzopoulos
I am using centos and elgis repo and for me it is working.. so there must be a problem with the hdf linking or compile of the library. Note hdf4 is responsible to do the job not hdf5 for the particular case. gdal_translate 'HDF4_EOS:EOS_GRID:MCD15A2.

Re: [gdal-dev] Getting GDAL to work with proj.4 on windows

2011-04-21 Thread Nikolaos Hatzopoulos
I think you need to setup the environmental variable: PROJ_LIB=$FWTOOLS_HOME/share/proj --Nikos Hatzopoulos On Thu, Apr 21, 2011 at 12:25 PM, viswaug visw...@yahoo.com wrote: Hi all, I am trying to setup a windows for development with GDAL and PROJ.4 with python bindings. I am running

Re: [gdal-dev] Modis data level1b

2011-04-21 Thread Nikolaos Hatzopoulos
good luck, H. 2011/4/19 Nikolaos Hatzopoulos nhat...@gmail.com: Hi, I have modis level1b data and I have two hdf files a mod03 with the georeference and a mod02 with the bands how I can combine these files to make a nice geotif in gdal? note: hdfeos files are files

Re: [gdal-dev] Re: dev-version of HDF4

2011-04-20 Thread Nikolaos Hatzopoulos
://osgeo-org.1803224.n2.nabble.com/Error-in-GDAL-compiling-with-HDF4-td3351437.html It has been suggested to use a dev version of HDF4, but I don't know if that would solve this problem? Best regards from Knut-Frode On 19/04/2011 21:51, Nikolaos Hatzopoulos wrote: hdf4 libraries not found

Re: [gdal-dev] Re: dev-version of HDF4

2011-04-20 Thread Nikolaos Hatzopoulos
. Best regards from Knut-Frode Den 20.04.2011 17:03, skrev Nikolaos Hatzopoulos: when does the gcc you must have: -L/Users/knutfd/Software/hdf-4.2.5/lib in order to find the lib so you need to do before the compile: export LDFLAGS=$LDFLAGS -L/Users/knutfd/Software/hdf-4.2.5/lib

[gdal-dev] Modis data level1b

2011-04-19 Thread Nikolaos Hatzopoulos
Hi, I have modis level1b data and I have two hdf files a mod03 with the georeference and a mod02 with the bands how I can combine these files to make a nice geotif in gdal? note: hdfeos files are files with the georeference and the bands but for disk space reasons I have two files --Nikos

Re: [gdal-dev] dev-version of HDF4

2011-04-19 Thread Nikolaos Hatzopoulos
hdf4 libraries not found that's what the log says :) do a locate libhdf4 to see where the library is On Tue, Apr 19, 2011 at 10:24 AM, Knut-Frode Dagestad knutfrodesop...@hotmail.com wrote: I am trying to compile GDAL from source with support for HDF4 with: ./configure --with-hdf4 but get

Re: [gdal-dev] gdal_translate segfault with large netCDF

2011-04-19 Thread Nikolaos Hatzopoulos
What kind of netcdf file is causing the problem? is a netcdf4 or netcdf3 file? there is a compiling option in netcdf4 --enable-netcdf-4 On Tue, Apr 19, 2011 at 11:35 AM, Kyle Shannon ksshan...@gmail.com wrote: Josh, As frank said, file a ticket and provide the output of ncdump -h

[gdal-dev] modis level1b files

2011-04-18 Thread Nikolaos Hatzopoulos
Hi, I have a mod03 hdf file which has the geolocation of level1b modis file and I have a mod02 hdf file which has the bands how it's possible to combine this two files in order to have a nice geotif? an hdfeos file has the bands and the geolocation, in my case the data are separate. --Nikos

Re: [gdal-dev] gdal and hdf-eos

2011-03-04 Thread Nikolaos Hatzopoulos
what extra libraries requires hdf4? i think only requires szip zlib and jpeg On Fri, Mar 4, 2011 at 10:03 AM, Chaitanya kumar CH chaitanya...@gmail.comwrote: Matt, If there is a work around it's better to avoid building. HDF4 requires some extra libraries. They are probably missing. On

Re: [gdal-dev] gdal and hdf-eos

2011-03-04 Thread Nikolaos Hatzopoulos
you are not compiling things from source? On Fri, Mar 4, 2011 at 10:57 AM, Chaitanya kumar CH chaitanya...@gmail.comwrote: GDAL's HDF4 driver is built on top of NCSA HDF library. On Sat, Mar 5, 2011 at 12:20 AM, Nikolaos Hatzopoulos nhat...@gmail.comwrote: what extra libraries requires

[gdal-dev] lat lon matrix tables to geotif

2011-02-15 Thread Nikolaos Hatzopoulos
So we have three tables: one matrix for latitude values one matrix for longitude values one matrix for our data values all the matrix have the same dimensions how we can convert these three tables to geotif using gdal?? --Nikos Hatzopoulos ___

Re: [gdal-dev] lat lon matrix tables to geotif

2011-02-15 Thread Nikolaos Hatzopoulos
/PixelOffset LineOffset22180/LineOffset ByteOrderLSB/ByteOrder /VRTRasterBand /VRTDataset On Tue, Feb 15, 2011 at 10:34 AM, Frank Warmerdam warmer...@pobox.comwrote: On 11-02-15 01:20 PM, Nikolaos Hatzopoulos wrote: So we have three tables: one matrix for latitude values one matrix

Re: [gdal-dev] Modis L1B SWATH: georef problem hdf to geotiff

2011-01-18 Thread Nikolaos Hatzopoulos
You are right, I notice that there isn't any difference from the band_1.tiff and band_1_warp.tiff --Nikos Hatzopoulos On Mon, Jan 17, 2011 at 8:15 AM, anna auge annaa...@web.de wrote: Hi all, I am trying to convert modis level 1B data (type SWATH) to geotiff following these steps. 1)

Re: [gdal-dev] Hierarchical Data Format-EOS 2 conversion in Gdal

2011-01-11 Thread Nikolaos Hatzopoulos
the case, but batch processing with BEAM doesn't support what I am trying to do with HDF's (unless I could program in Java..yikes) Best, Adam On 1/10/11 10:54 PM, Nikolaos Hatzopoulos wrote: from here: http://www.brockmann-consult.de/cms/web/beam/meris-products I download this file which

Re: [gdal-dev] Hierarchical Data Format-EOS 2 conversion in Gdal

2011-01-11 Thread Nikolaos Hatzopoulos
of gdal I will repeat again I am using elgis for centos linux I don't know what's going on on Ubuntu On Tue, Jan 11, 2011 at 8:04 AM, Nikolaos Hatzopoulos nhat...@gmail.comwrote: is there any sample of these data online? On Tue, Jan 11, 2011 at 6:00 AM, abausch adam.bau...@gmail.com wrote: Hi

Re: [gdal-dev] Hierarchical Data Format-EOS 2 conversion in Gdal

2011-01-10 Thread Nikolaos Hatzopoulos
what gdalinfo gives you? this is a very helpful link http://www.gdal.org/frmt_hdf4.html On Mon, Jan 10, 2011 at 10:19 AM, Adam Bausch abau...@nova.whrc.org wrote: Hi All, I am attempting to process a large volume of MERIS mosaic data obtained from ENVISAT in HDF-EOS2 format, however, I

Re: [gdal-dev] Hierarchical Data Format-EOS 2 conversion in Gdal

2011-01-10 Thread Nikolaos Hatzopoulos
. GDALOpen failed - 4 `H29V13.hdf' not recognised as a supported file format. Thanks for the link. Adam On 1/10/11 3:31 PM, Nikolaos Hatzopoulos wrote: what gdalinfo gives you? this is a very helpful link http://www.gdal.org/frmt_hdf4.html On Mon, Jan 10, 2011 at 10:19 AM, Adam Bausch abau

Re: [gdal-dev] gdal_translate and modis ocean HDFs

2010-12-20 Thread Nikolaos Hatzopoulos
Could you please send me what you have when you do gdalinfo yourfiles.hdf On Mon, Dec 20, 2010 at 9:55 AM, Gustavo gmpul...@yahoo.com.ar wrote: Hi Nikolaos, sorry for the delay in answering. I've tried your suggestion but the error is the same. Gustavo On Vie 03 Dic 2010 15:03:04 usted

[gdal-dev] raster lat lon value

2010-12-02 Thread Nikolaos Hatzopoulos
Hi, We have a raster one band let's say a geotiff in an x type of geo reference, how we can find what's the raster's value for a specific lat lon (wgs84) --Nikos Hatzopoulos ___ gdal-dev mailing list gdal-dev@lists.osgeo.org

[gdal-dev] gdawrap nodata value

2010-11-19 Thread Nikolaos Hatzopoulos
we have an image named evi.tif: Driver: GTiff/GeoTIFF Files: evi.tif evi.tif.aux.xml Size is 4800, 4800 Coordinate System is: PROJCS[unnamed, GEOGCS[Unknown datum based upon the custom spheroid, DATUM[Not_specified_based_on_custom_spheroid, SPHEROID[Custom