Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Discussions > Google Earth Plug-in > Feature request: ability to set plugin time according to season (time of year) instead of absolute time
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Phil Vandry  
View profile  
 More options Feb 5, 10:24 pm
From: Phil Vandry
Date: Sun, 5 Feb 2012 19:24:48 -0800 (PST)
Local: Sun, Feb 5 2012 10:24 pm
Subject: Feature request: ability to set plugin time according to season (time of year) instead of absolute time

When I play back a Google Earth simulation of an event I recorded, I set
the plugin time like this:

var timeStamp = ge.createTimeStamp('timeid');
timeStamp.getWhen().set(iso8601punct(f.start));
ge.getTime().setTimePrimitive(timeStamp);

f.start is the start time of the event. iso8601punct converts a Javascript
Date object to a string (why does this function want a string and not a
Javascript Date object anyway? – but that's not the issue).

I have also enabled historical imagery.

I believe that what happens is that Google Earth selects the imagery that
was taken as close as possible to the time I requested.

It would be better for our application if we could select scenery that
matches the season of the date we request, even if that scenery is farther
in the past (or future) than some other scenery that is currently
displayed. For example, if the date is 2012-01-20 then Winter imagery from
2011-02-25 is a better fit than Summer imagery from 2011-08-31, even if the
Summer imagery is only 5 months away from the requested date and the Winter
imagery is 11 months away.

I see two ways to implement this:

   - If the API gave access to a list of available historical imagery
   dates, we could write code to choose one that suits us. I don't believe the
   API makes this information available though (furthermore, I imagine that it
   probably gets a little complicated internally because different dates are
   available in different geographical areas).
   - The API could provide a way to register interest in different sets of
   imagery, say by making available a flag that says that the month and day
   are more important than the year. It could also be something more ambitious
   like registering a callback function that returns a preference score given
   a date.

If I have missed something and this functionality already exists, I'd
appreciate a hint!

Thanks

-Phil


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Josh L Google employee  
View profile  
 More options Feb 6, 3:46 pm
From: Josh L
Date: Mon, 6 Feb 2012 12:46:16 -0800 (PST)
Local: Mon, Feb 6 2012 3:46 pm
Subject: Re: Feature request: ability to set plugin time according to season (time of year) instead of absolute time
Hi Phil,

You can use ge.getTime().getControl().getAvailableImageDates() to get
a list of available timestamps for imagery in a particular view
(basically the same data that provides the tickmarks you see in the UI
control).  As you zoom into different areas, this list of dates will
change.

Cheers,

  -Josh

On Feb 5, 7:24 pm, Phil Vandry wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nymor  
View profile  
 More options Feb 7, 11:21 am
From: Nymor
Date: Tue, 7 Feb 2012 08:21:49 -0800 (PST)
Local: Tues, Feb 7 2012 11:21 am
Subject: Re: Feature request: ability to set plugin time according to season (time of year) instead of absolute time
I hope the OP doesn't mind me dropping another quick question in
here ... as it is related I beleive.

I might well be missing something simple but is there a way to set the
date of the imagery I wish to show but without having to have/use the
slider. I have a location where the current imagery is not as good as
some from a few years ago so I just want to be able to set the date I
use but not have any of it's selection visible to the user - just do
it all in the background.

Is there a way to do that?

Regards
Nymor

On Feb 6, 8:46 pm, Josh L wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Phil Vandry  
View profile  
 More options Feb 7, 1:11 pm
From: Phil Vandry
Date: Tue, 7 Feb 2012 10:11:48 -0800 (PST)
Local: Tues, Feb 7 2012 1:11 pm
Subject: Re: Feature request: ability to set plugin time according to season (time of year) instead of absolute time

Google,

Your tools suck. This Google Groups thing is just about impossible to use.
Use a normal mailing list like the rest of the people on the planet.

Thanks for the suggestion Josh. I have not tried it yet but look forward to
doing so. But note that you won't be hearing from me about how it worked
out unless your mail server decides it wants my reply.

-Phil


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Josh L Google employee  
View profile  
 More options Feb 8, 2:20 pm
From: Josh L
Date: Wed, 8 Feb 2012 11:20:07 -0800 (PST)
Local: Wed, Feb 8 2012 2:20 pm
Subject: Re: Feature request: ability to set plugin time according to season (time of year) instead of absolute time
Hey Nymor,

Yes you can programmatically set the virtual clock of the plugin, and
if you have historical imagery enabled then it will show the most
recent image prior to the time that you set.  You can see an example
of this at http://code.google.com/apis/ajax/playground/#time_and_historical_imag...

Cheers,

  -Josh

On Feb 7, 8:21 am, Nymor wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »