World Wind Forums

Go Back   World Wind Forums > WorldWind JAVA forums > Applications

Applications Discussion of applications that use WWJ

Reply
 
Thread Tools Display Modes
Old 10-30-2009, 11:19 AM   #11
dbacar
Junior Member
 
Join Date: Oct 2009
Posts: 7
dbacar is on a distinguished road
Default How do you produce bil output?

Forgot to thank, What_nick many thanks to you for the plugin...

I have been also testing the new plugin. DDS output works as expected, but I have the same weird elevation readings as anaxa_gore with the bil output.

I am inspecting the source code and could not see how you build up the BIL output image? Is this format natively supported by geoserver? I was expecting some image conversion routines but I could not see it. Can you give some hints?
dbacar is offline   Reply With Quote
Old 11-09-2009, 09:52 AM   #12
what_nick
Worldwind Developer
 
Join Date: Jan 2006
Location: Hobart, Australia
Posts: 754
what_nick is an unknown quantity at this point
Default

Hi Dbacar,

I used the JAI Raw output option to directly dump the reprojected coverage (as raster data sources are called in geoserver) to the output stream. With the new code you can request any raster layer in geoserver as bil and it will end up as elevation in worldwind - no int16, float32 native data format restrictions.

The remaining trick is in the byte order. The received byte order is going to be the native one of the machine running geoserver. You will have to try both bigendian and littleendian to see what floats your boat.

Cheers,

what_nick.
__________________
Coding This and That in World Wind and helping new people out, as long as they don't pester too much.
Currently blogging at: http://whatnicklife.blogspot.com
Working at:
Aerometrex - http://aerometrex.com.au/blog/
Impact so far:


what_nick is offline   Reply With Quote
Old 04-27-2010, 08:18 AM   #13
Chipootle
Junior Member
 
Join Date: Aug 2009
Posts: 17
Chipootle is on a distinguished road
Default

Great Work on this plug-in!

I believe i have installed everything correctly, however i am getting some weird results. I basically have some shapefiles on geoserver that are displayed in WWJ.

However, when i specify dds as my image format, it comes our blurry and low resolution. It appears low resolution regardless of how much i zoom in or out. If I change the format to png and leave all settings the same, it looks fine.

DDS


PNG


Any ideas on what is causing this?
Chipootle is offline   Reply With Quote
Old 04-27-2010, 02:28 PM   #14
heidtmare
Senior Member
 
heidtmare's Avatar
 
Join Date: Feb 2008
Location: Melbourne, FL, USA
Posts: 675
heidtmare is on a distinguished road
Default

Im sure if WorldWind was an official sponsor of the Daytona 500 DDS would look much better ;p

Last edited by heidtmare; 04-27-2010 at 02:28 PM. Reason: typo
heidtmare is offline   Reply With Quote
Old 06-07-2010, 06:20 PM   #15
anaxa_gore
Member
 
Join Date: Feb 2008
Posts: 34
anaxa_gore is on a distinguished road
Default

Hi !

I am using the BilMapProducer to generate BIL files for WWJ through Geoserver.

The problem is that some tiles contain "no data values" on its borders. Normally these no data values should no appear (the data source does not contain these values).
I used the debugger and note that these values appeared after the WCSUtils.scale() in the BilMapProducer.java.

Does anyone know why the scale() operation insert (sometimes) errors in the bil file ?
And if so, somebody knows how to fix this problem ?

Thanks in advance for your help,
Thomas
anaxa_gore is offline   Reply With Quote
Old 06-24-2010, 07:54 PM   #16
menon
Guest
 
Posts: n/a
Unhappy HELP !!

I have the same problem.

After 3 or 4 days i didn't find any solution.

Anyone has an idea ?

My application included WWJ is unusable with this bug :
  Reply With Quote
Old 01-10-2011, 08:40 AM   #17
chow kyo
Member
 
Join Date: Dec 2010
Posts: 71
chow kyo is on a distinguished road
Default

Quote:
Originally Posted by what_nick View Post
Hi All,

I have updated the DDS plugin against the latest geoserver SVN code and added a BIL format producer as well based on WCS code. I would welcome feedback and usage notes. I have tested in eclipse using a geoserver SVN build but not in a live environment. The extra dependency added is worldwind.jar which is used for dds production. Give it a whirl and let me know. It can be deployed in the usual copy .jar to geoserver/WEB-INF fashion.

The corresponding geoserver issue with .jar attached can be found here:
http://jira.codehaus.org/browse/GEOS-3586

Cheers,

what_nick
hi what_nick
Hello, where you have the latest geoserver-dds plugin? For whichgeoserver's version?
chow kyo is offline   Reply With Quote
Old 01-18-2011, 07:39 AM   #18
what_nick
Worldwind Developer
 
Join Date: Jan 2006
Location: Hobart, Australia
Posts: 754
what_nick is an unknown quantity at this point
Default

The latest plugin code should in geoserver maven, I will do the final push to get the plugin published as a standard extension soon.

Cheers,

what_nick.
__________________
Coding This and That in World Wind and helping new people out, as long as they don't pester too much.
Currently blogging at: http://whatnicklife.blogspot.com
Working at:
Aerometrex - http://aerometrex.com.au/blog/
Impact so far:


what_nick is offline   Reply With Quote
Old 03-03-2011, 12:44 PM   #19
what_nick
Worldwind Developer
 
Join Date: Jan 2006
Location: Hobart, Australia
Posts: 754
what_nick is an unknown quantity at this point
Default

Hi Guys,

I have been maintaining the bil/dds plugin for geoserver 2.1.x and trunk. I have added some docs. Please let me know if you would like to see and further additions to these basics.

I would also like some testers to try it out. I just know how it works, so I am not the best at picking out the details for the docs. The DDS module has been behaving a bit weird since I re-aligned it to the new Geoserver code so take it for a spin and let me know. The core mapresponse files are here. Review the code and let me know if any thing abnormal leaps out.

Cheers,

whatnick.
__________________
Coding This and That in World Wind and helping new people out, as long as they don't pester too much.
Currently blogging at: http://whatnicklife.blogspot.com
Working at:
Aerometrex - http://aerometrex.com.au/blog/
Impact so far:


what_nick is offline   Reply With Quote
Old 03-04-2011, 07:27 AM   #20
dbacar
Junior Member
 
Join Date: Oct 2009
Posts: 7
dbacar is on a distinguished road
Default DDS plugin

Hi What_nick,
For the last couple of days I have been using your old plugin code with geoserver 2.0.2 code base. I have upgraded the worldwind relatively a new version, and compiled the plugin from scratch with 2.0.2 version of geoserver.

So far it seems to be OK.
dbacar is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Favorites / Bookmarks plugin Dugrhill Add-ons & Scripts 21 02-27-2010 04:59 AM
GeoServer and WorldWind Integration J-O-N Development Help 14 10-24-2009 09:00 AM
Build PluginEngine as a Class Library DLL to support binary DLL plugin development gohyongkwang Suggestion Box 1 08-24-2006 06:47 AM
HELP, PLUGIN FREEZES !!!! Unregistered Add-on & Script Development 10 07-10-2006 10:52 AM
stereo viewer plugin jumpjack Add-ons & Scripts 15 08-19-2005 09:48 PM


All times are GMT +1. The time now is 08:43 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.