Re: [Hdf-forum] HDF5 C#.NET configuration problem

2010-07-27 Thread Mitchell, Scott - IS
Also, the default setup for HDF5DotNet does not work in Debug mode because HDF5DotNet has hard coded references to hdf5dll.dll, but the debug version of hdf5 builds as hdf5ddll.dll (note the extra 'd'), likewise for the _hl library. To run in Debug, I changed the hdf5 dlls to the standard name s

Re: [Hdf-forum] Map Projection and Visualizing Data

2010-07-27 Thread Kent Yang
There is one MOD09GA example under hdfeos.org/zoo that you can use as the reference to handle your file. MOD09GA.A2007268.h10v08.005.2007272184810.hdf You can find the clues from the example codes with

Re: [Hdf-forum] Map Projection and Visualizing Data

2010-07-27 Thread Bahar Sadra
Could you help me about Surface Reflectance 8-Day L3 Global 500 m about MOD09A1 And Surface Reflectance Daily L2G global 500 m and 1 km:(MOD09GA.A2006080.h12v04.005.2008083162940.hdf and MOD09GA.A2006079.h12v04.005.2008083070618.hdf). Could you help me please? because I have no idea how I should to

Re: [Hdf-forum] Map Projection and Visualizing Data

2010-07-27 Thread H. Joe Lee
Hi, Bahar! If you're dealing with NASA HDF4 files, you can find MATLAB visualization examples here: http://hdfeos.org/zoo/ -- +1(217)265-7710 http://hdfeos.org On Tue, Jul 27, 2010 at 1:36 PM, Bahar Sadra wrote: > > To whom I concern, > > I have questions about the HDF4 files, could you l

[Hdf-forum] Map Projection and Visualizing Data

2010-07-27 Thread Bahar Sadra
To whom I concern, I have questions about the HDF4 files, could you let me know how I can use projection for my data and how I can Visualize them. Both of the questions are in respect to MATLAB? Could you send my answer to my gmail please? Thank you so much for your attention and time. Best Regar

[Hdf-forum] HDF Newsletter #115

2010-07-27 Thread Barbara Jones
http://www.hdfgroup.org/newsletters/newsletter115.html -- The HDF Group Home Page: http://hdfgroup.org/ Helpdesk & Mailing Lists Info: http://hdfgroup.org/services/support.html -

[Hdf-forum] Appending an existing dataset [SEC=UNCLASSIFIED]

2010-07-27 Thread Demediuk, Simon
UNCLASSIFIED Hello, I am fairly new to the HDF5 file format, and I am having trouble appending a dataset within my file, using Java. I create a scalar dataset with the createScalarDS() method, writing some initial data, at the moment an array of 10 strings to it. This all works fi