VPB --reprojectsources use in script #1265
Replies: 3 comments 1 reply
-
You'll need to look at the source to figure out how this old software works under the hood as I can't recall the details off the top of my head, and I'm not about to dive back into the code base to answer questions as I simply don't have the time for this level of support on software I haven't worked on or used for many years. What I can say is it's rather odd that you're using .ive when this format was deprecated by the .osgb format back in in 2011. I can only presume you're using very old examples/documentation. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the reply! We still use a very good 3D real time display
for our data. I am rebuilding a GUI that will automatically take the users
Elevation and imagery and generate a 3D terrain database. Until we change
the 3D display format, I am stuck with .IVE. I am going on memory as
well, as I have no old examples of how to use the --reprojectsources. I
will try it and see what it does. I am thinking of submiting to OSG with
all source for anyone to use. Thanks for your help.
…On Tue, Oct 31, 2023 at 7:15 AM Robert Osfield ***@***.***> wrote:
You'll need to look at the source to figure out how this old software
works under the hood as I can't recall the details off the top of my head,
and I'm not about to dive back into the code base to answer questions as I
simply don't have the time for this level of support on software I haven't
worked on or used for many years.
What I can say is it's rather odd that you're using .ive when this format
was deprecated by the .osgb format back in in 2011. I can only presume
you're using very old examples/documentation.
—
Reply to this email directly, view it on GitHub
<#1265 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4IOUNCJ6KHX2XLCRMLIRRDYCD2XPAVCNFSM6AAAAAA6UFEDOOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TIMZVGE4DQ>
.
You are receiving this because you authored the thread.Message ID:
<openscenegraph/OpenSceneGraph/repo-discussions/1265/comments/7435188@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Bob,
Where can I get the last known stable Virtual Planet Builder
(VPBmaster.exe) ? It used to be located on
http://virtualplanetbuilder.osgforge.org/. I can't seem to find it on the
OSG site.
r/
Jim Northrup
…On Tue, Oct 31, 2023 at 9:07 AM J Northrup ***@***.***> wrote:
Thank you for the reply! We still use a very good 3D real time display
for our data. I am rebuilding a GUI that will automatically take the users
Elevation and imagery and generate a 3D terrain database. Until we change
the 3D display format, I am stuck with .IVE. I am going on memory as
well, as I have no old examples of how to use the --reprojectsources. I
will try it and see what it does. I am thinking of submiting to OSG with
all source for anyone to use. Thanks for your help.
On Tue, Oct 31, 2023 at 7:15 AM Robert Osfield ***@***.***>
wrote:
> You'll need to look at the source to figure out how this old software
> works under the hood as I can't recall the details off the top of my head,
> and I'm not about to dive back into the code base to answer questions as I
> simply don't have the time for this level of support on software I haven't
> worked on or used for many years.
>
> What I can say is it's rather odd that you're using .ive when this format
> was deprecated by the .osgb format back in in 2011. I can only presume
> you're using very old examples/documentation.
>
> —
> Reply to this email directly, view it on GitHub
> <#1265 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/A4IOUNCJ6KHX2XLCRMLIRRDYCD2XPAVCNFSM6AAAAAA6UFEDOOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TIMZVGE4DQ>
> .
> You are receiving this because you authored the thread.Message ID:
> <openscenegraph/OpenSceneGraph/repo-discussions/1265/comments/7435188@
> github.com>
>
|
Beta Was this translation helpful? Give feedback.
-
Hello, New to posting on the forum. I am making a script to build a .ive database. I am looking at using the --reprojectsources. Is the code script below the proper way to call my image for --reprojectsources. I have other questions, but that is another discussion. Thanks
``
vpbmaster -d ConvertedNed -t ProjectedImages --ReprojectSources 3210634_ne.tif --tile-image-size 512 -v 1.00 -e -106.0 32.0 1.00 1.00 -v 1.00 -o DonaAna\DonaAna.ive -a DonaAna\DonaAna.osga
Beta Was this translation helpful? Give feedback.
All reactions