comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Web interface development
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Web interface development [message #64602 is a reply to message #64550] Thu, 08 January 2009 01:05 Go to previous messageGo to previous message
Nigel Wade is currently offline  Nigel Wade
Messages: 286
Registered: March 1998
Senior Member
Julio wrote:

> Hello,
>
> I'm not sure if my problem can be solved using IDL. I need to develop
> a Web interface to access a database based on metadata extracted from
> satellite images. The medatada includes date of image, satellite id,
> number of rows and columns, geographical coordinates, etc. The system
> must allow the user to find satellite images, making searches based on
> some information of metadata. Has someone tried to do something
> similar with IDL? Isn't there some open source application to do that?
>
> Any comments welcome,
> Julio

From your description it seems that what you require is HTTP server-side code to
access a database to find the relevant satellite image and return it to the web
client (browser). You could do this using CGI (PHP or Perl would probably be
the easiest) or some more complicated solution using web services such as Java
and a servlet engine (e.g. Tomcat).

I don't see where IDL fits into this. I expect that you could use IDL in the CGI
script and get it to access the database, fetch an image and send it to the
client. But it's hardly the right tool for the job.

--
Nigel Wade
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: White background instead of black, when using TV to display images
Next Topic: Anyway to avoid this last for loop

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Thu Oct 09 02:48:27 PDT 2025

Total time taken to generate the page: 2.15991 seconds