Michael, It looks like everyone is having a summer vacation. I promise you I will get back with some comments soon. I am generally in agreement with what you...
2304
Michael Flaxman
mflaxman
Aug 6, 2003 6:00 am
Roger and list, ... I hope so. (Either that or my trail balloon went over like a lead balloon!) I too have misgivings out the amount of work involved. I...
2305
Ben Discoe
bdiscoe
Aug 6, 2003 3:08 pm
... Just to let you know i'm not on vacation, just slogging through work as usual. This thread is filed under 'valuable suggestions for long-term direction' ...
2306
Eric Hammil
erichammil
Aug 6, 2003 4:22 pm
... Hey, if there's anything we can help with, shout. Distributed shoulders and all. ... -- Eric Hammil (Eirc or some correction thereof at logrus com) ...
2307
Diogo Coutinho
diogo_coutinho
Aug 7, 2003 4:15 am
Yes, the old format still works pretty well. I'm working with this format, for now. Diogo. ... From: "Eric Hammil" <eric@...> To: <vtp@yahoogroups.com> ...
2308
Roger James
rogerjames99
Aug 7, 2003 2:23 pm
Ben, I assure you my comment was light hearted. I am often amazed at the times of the day and night I can find you awake and working on vtp! To echo Eric's...
2309
Ben Discoe
bdiscoe
Aug 7, 2003 2:52 pm
Roger, Wonderful! All that needs doing is replacing osgGeoset/osgCamera usage with osgGeometry/osgSceneView. May as well go right to 0.9.5. Thanks!! -Ben...
2310
Ben Discoe
bdiscoe
Aug 7, 2003 4:08 pm
I rarely forward messages from one list to another, but this one from [gml-interest] i found Very informative, if you are wondering about GML. Frank is of...
2311
Eric Hammil
erichammil
Aug 7, 2003 7:13 pm
... I will count myself out of this effort, as I'm still trying to come to grips with the difference between osgGeoset and osgGeometry at the moment. ...
2312
Roger James
rogerjames99
Aug 7, 2003 8:13 pm
Ah , the pleasures of OSG.h ... you just got to remember.h ... it may be harder to use than the original.h ... it may be harder to understand than the...
2313
ywcjs2003
Aug 8, 2003 1:06 pm
vtps: I come from China.My english is so so. But I hope you can understand my meaning.I also a fresher about vtp.I want to ask how gml parser is implemented in...
2314
Ben Discoe
bdiscoe
Aug 8, 2003 1:57 pm
As mentioned yesterday (see the long GML messages in the archive), we read GML by using the GDAL library (specifically, the OGR component - OGRDataSource). In...
2315
Jonathan Mowry
idiots_genius
Aug 8, 2003 5:21 pm
Hi. I'm trying to write a program using GDAL to convert Landsat data into a single GeoTiff. I am basically just using the RGB data given in Landsat. The RGB...
2316
Frank Warmerdam
nfwarmer
Aug 8, 2003 5:25 pm
... Jonathan, The above message means that the particular driver for the format in question does not support dynamic update of the color interpretation of a...
2317
Ben Discoe
bdiscoe
Aug 8, 2003 5:26 pm
Jonathan, You should probably ask on the GDAL mailing list. http://remotesensing.org/mailman/listinfo/gdal-dev If you do come up with a solution, you could...
2318
Ben Discoe
bdiscoe
Aug 11, 2003 6:58 am
Some response to an email from back in February.. ... A 'legend39; is needed primarily in the case where abstract elements of a GIS layer need to be rasterized...
2319
Ben White
bgwhite@...
Aug 11, 2003 2:38 pm
Jonathan-- What format is your initial Landsat data set in? --Ben W. ... From: Frank Warmerdam To: vtp@yahoogroups.com Sent: 8/8/2003 1:25 PM Subject: Re:...
2320
Chris 'Xenon'...
xenonofarcticus
Aug 11, 2003 5:06 pm
... I'd love to be able to get something like this going. I think all GIS users would. I'd like to come up with a method (like geotags) for embedding...
2321
Ben Discoe
bdiscoe
Aug 11, 2003 7:19 pm
... Not necessarily. In the case where the vector data can successfully imported as a real layer type, not just Raw data, then there is an fairly unambiguous...
2322
Norman Vine
nhv
Aug 11, 2003 7:31 pm
... maybe http://www.antigrain.com/ HTH Norman...
2323
Tom Hubina
vexxed72_2000
Aug 11, 2003 7:43 pm
... If you have access to OpenGL you could probably just use a solid alpha texture and draw it to whatever size and orientation you want with the proper blend...
2324
Graniela, Benito
bgraniela
Aug 12, 2003 11:49 am
I think that the biggest hurtle will be standard metadata content. For example the Federal Geographic Data Committee has format standards for metadata but I do...
2325
Ben White
bgwhite@...
Aug 12, 2003 3:14 pm
Ben D., Chris-- Not to offend our OGC folks but what you are seeing at the site referenced below is a VERY low-level of interoperability. For years I have...
2326
yeah right
eixmo
Aug 13, 2003 1:50 am
holy crap! that's it! Isn't it? ... __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software ...
2327
yeah right
eixmo
Aug 13, 2003 1:59 am
IS there such a thing as a imagery translator within a perl routine? __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use...
2328
Ben Discoe
bdiscoe
Aug 13, 2003 2:02 am
AGG is certainly promising. I tried it out. The examples ran nicely and looked great on Windows. Next steps are to learn the API, link it into VTBuilder,...
2329
yeah right
eixmo
Aug 13, 2003 2:12 am
GEOTIFF! ... http://viewer.digitalearth.gov/viewer.cgi?gotocontext=africa.xml ... __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free,...
2330
Richard Burgess
rickbu235
Aug 13, 2003 8:21 pm
Has anyone else encountered DEM data where the floating point numbers are represented in scientific notation using a D instead of an E? Like 1.9D+09 instead of...
2331
Eric Sokolowsky
esok127
Aug 13, 2003 9:03 pm
... Yeah, I thought that was weird too. It doesn't seem to make a difference just converting the D to an E, and then calling atof() in my program that reads...
2332
Ben Discoe
bdiscoe
Aug 13, 2003 10:37 pm
Richard, I'm not sure which 'DEM loading code' you're referring to, but the D/E difference is just one of many variations that are all handled by the VTP...