Giter Site home page Giter Site logo

googleearthtoolbox's People

googleearthtoolbox's Issues

Too many open files error


Matlab is opening a file without closing it.

What steps will reproduce the problem?
1. Create more than 1000 ge_output files without restarting matlab
2.
3.

What is the expected output? What do you see instead? Output is lots of 
network linked kmz files, but matlab returns an error.


What version of the product are you using? On what operating system? Where 
is the version documented in the googleearth directory? Windows XP64


Please provide any additional information below.


Original issue reported on code.google.com by stu3b3 on 13 Aug 2009 at 7:00

Python Clone has no python code

The python clone repository doesn't have any python code in it. it's just a 
copy of the main repo.

https://code.google.com/r/skolios-python/

Original issue reported on code.google.com by [email protected] on 31 Jul 2015 at 1:50

pop-up window missing for multiple plotted points

Hello Everyone,

When plotting a single point via the ge_point() command, you can click on
its place  holder and get a pop-up window showing latitude, longitude, and
elevation. 

However, when plotting multiple points, such as in the ge_point demo, this
functionality is gone. You can click on the placeholder, but all that shows
is an empty window.   Is it possible to display the lat/long/elev (and
more) when plotting multiple points?

Original issue reported on code.google.com by [email protected] on 8 Feb 2008 at 1:03

Bug on ge_imagesc

The function plots the image upside down (flipping the latitude axis).
This problem can be observed also by running the demo "demo_ge_imagesc": the 
imagesc plot shows the plot keeping lower latitude values upside. The same 
image is plotted on the Earth surface, but here lower latitudes are downside.

Original issue reported on code.google.com by [email protected] on 24 May 2011 at 11:07

Default 3D model not specified in "ge_quiver3"

Note this line in "ge_quiver3.m": 
    modelLinkStr = '[No model link specified]';

This causes an error message (and no quivers are displayed) in Google 
Earth.  Now I have to go hunting to find out which 3D models are available 
online... (since the help file doesn't suggest a default value).

-d.s.

What steps will reproduce the problem?
1. try to run "ge_quiver3" without specifying a 3D model
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 6 May 2008 at 1:10

How Can I show non-closed lines in Google Earth when I use ge_contour function?

What steps will reproduce the problem?
1. when I use the  ge_contour function
2. open the .kml file in Google Earth 

What is the expected output? 
Add a parameter to decide whether to show non-closed lines. 

What version of the product are you using? On what operating system?
googleearthtoolbox-r59 
matlab version  7.0.0.19920 (R14)
windows xp sp3

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 17 May 2010 at 6:49

create ge_scatter.


It would be nice for something to scatter distributions instead of using
lame ge_point all the time.




Original issue reported on code.google.com by skawtus on 8 Mar 2008 at 12:00

option in ge_groundoverlay inconsistent with documentation

What steps will reproduce the problem?
N = 33
E =  -84
S =  32
W =  -82

kmlStr = ge_groundoverlay(N,E,S,W,'imgURL','image.png')


What is the expected output? What do you see instead?
expected is: a KML file. What you see is an error, because 'imgURL' is not
an authorized option.

Please use labels and text to provide additional information.




Original issue reported on code.google.com by [email protected] on 18 May 2009 at 2:43

create ge_camera

note:  please add something that sets the lookAt and movement for the
camera location.


Original issue reported on code.google.com by skawtus on 23 Feb 2008 at 11:53

ge_colorbar colormap needs to call colormap

What steps will reproduce the problem?
1. Run demo_ge_colorbar from download in R2007b
2. Failure at ge_colorbar line 93
3. Traces back to line 21 of ge_colorbar

What is the expected output? What do you see instead?
Successful demo.  Fails in interp1 

What version of the product are you using? On what operating system?
Latest.  Windows XP X64 (doesn't matter)

Please provide any additional information below.
Line 21 should be 
               cMap = colormap('jet');
not
               cMap = 'jet';

Original issue reported on code.google.com by [email protected] on 21 Apr 2008 at 1:09

problem with custom color maops in ge_image_sc

What steps will reproduce the problem?
1. ge_image_sc(...,,'cMap',xxx)
2.
3.

What is the expected output? What do you see instead?
Matlab crashes at line 146:
eval(['data3 = ind2rgb(X, ' cMap '(256));']);

What version of the product are you using? On what operating system?
latest version (41), Windows XP

Please provide any additional information below:
Current code tries to create a colorbar using
colormap(cMap(256)), which works for standard 
colormap (e.g. 'jet') but not for custom colormap.
Suggested solution: create a function which returns
a variableof size (256,3) containing colormap information 

Original issue reported on code.google.com by [email protected] on 22 Mar 2010 at 2:58

syntax error in ge_colorbar: initializes cMap to a string instead of an array

In my version of  "ge_colorbar", I changed the following line of code: 
OLD:                cMap = 'jet';
NEW:                cMap = jet;

My version had an error trying to read the string "jet" instead of the 
1x64 array of color values.


What steps will reproduce the problem?
1. maybe running the ge_colorbar demo
2.
3.

What is the expected output? What do you see instead?
I got an error message: 
??? Error using ==> interp1 at 185
There should be at least two data points.

Error in ==> ge_colorbar at 94
    YIRed = interp1(X,YRed,fM);

What version of the product are you using? On what operating system?
Windows XP

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 6 May 2008 at 1:07

difficulty editing/appending pointDataCell information

I have had a very difficult time appending data to the single point pop-up
window.  I would like to add 'velocity' and 'attitude' entries and call
those values to be displayed from a column vector in the appropriate cell.
 The documentation is not very clear as to how this can be done.  Can this
be done multiple points, too?

Original issue reported on code.google.com by [email protected] on 8 Feb 2008 at 1:11

Google Earth Toolbox could not load in MatLab

What steps will reproduce the problem?
1. copy the file to program file toolbox
2. write command on matlab command window 
>> addpath('C:\Program 
Files\MATLAB\R2009a\toolbox\googleearth_matlab\googleearth')


What is the expected output? What do you see instead?
Google Earth toolbox to be shown in the start menu but the toolbox didn't show 
up

What version of the product are you using? On what operating system?
MatLab 7.8.0(R2009a), Windows 7

Please provide any additional information below.
When I look at the help demos, there is google earth toolbox. Other than that, 
didn't manage to see that. 

Original issue reported on code.google.com by [email protected] on 20 Mar 2012 at 10:01

Subversion Non-member checkout issue

What steps will reproduce the problem?
1. Checking out the project through subversion as a non - member
2.
3.

What is the expected output? What do you see instead?
SVN suggest the filename "googleearthtoolbox", whereas the code is looking
for "googleearth". 

What version of the product are you using? On what operating system?
r56 on Windows

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Mar 2010 at 3:23

ge_color produces wrong color lines

What steps will reproduce the problem?
1. ge_color('b',1)
2.
3.

What is the expected output? What do you see instead?
Expect to see blue(Safe 16 SVG Hex3) #0000FF, or: 
'FF0000FF'

Instead I see red:
'FFFF0000'

What version of the product are you using? On what operating system?
http://www.mathworks.com/matlabcentral/fileexchange/12954
On Windows 7
Matlab 7.11.0
Google Earth 6.1.0.5001

Please provide any additional information below.
Seems odd the author explicitly goes out of the way to fliplr, when that 
produces the exact wrong (opposite) result.

Original issue reported on code.google.com by [email protected] on 5 Jan 2012 at 3:54

r14 ge_toolbox output kml loads fine in older google earth, now loads, but not visible.

What steps will reproduce the problem?
1. output ge_contourf
2. install newest version of Google earth
3.

What is the expected output? What do you see instead?
this may be a problem for google earth, but I wanted to see if any one else
was having problem with matlab ge_toolbox output in google earth.  I load
every thing just fine, and my kml file shows up in the my places folder,
but  no surfaces appear.  Every thing worked fine in an older version, and
upon upgrading google earth, my output stopped working properly. 

What version of the product are you using? On what operating system?
windows; r14; newest version of google earth

Google Earth
4.3.7204.0836 (beta)
Build Date
Apr 24 2008



Please provide any additional information below.




Original issue reported on code.google.com by [email protected] on 9 May 2008 at 9:05

A way to plot vertical data

First of all I'd like to thank you for this amazing toolbox.

I'm working with satellite data along a track and I'd like to plot vertical 
information (in a vertical imagesc for example, like here : 
http://disc.sci.gsfc.nasa.gov/googleearth/agu_images/MODIS_01.jpg).

I've tried with all the function you wrote but I didn't find the one yet.
Do you plan to write new image function where altitude can be a vector ?

Thank in advance

Yann

Original issue reported on code.google.com by [email protected] on 28 Oct 2011 at 8:06

Patch for /matlab/ge_color.m

The 'fliplr' was unnecessary and made the colors actually not match the Matlab 
standard order. Removing this 'fliplr' makes the color order in GE match 
Matlab's.

Original issue reported on code.google.com by [email protected] on 14 Mar 2012 at 12:03

Attachments:

Case insensitive parameter names


It does not work if i use 'iconUrl' it has to be 'iconURL'. Unfortunately 
in the documentation it says 'iconUrl' the wrong way.


Suggestions for alternatives to parsepairs:
* you could use matlabs new inputparser function. (i think it came in v7)
* you could use my function parseArgs which has some really nice features. 
check it on matlabcentrals fileexchange.



Original issue reported on code.google.com by [email protected] on 5 Mar 2008 at 7:44

ge_Box.m missing color conversion (version r97)

documention of ge_box says for polycolor: "Polygon color specification, 
including transparency. Color value format same as 'LineColor'."

however, lineColor is converted (reordered) in line 59, polyColor isn't:

ge_box.m:
59: lineColor_chars = .., lineColor([1,2,7,8,5,6,3,4]), ..
60: polyColor_chars = .., polyColor, ..

Original issue reported on code.google.com by [email protected] on 6 Oct 2010 at 9:18

help location in info.xml

What steps will reproduce the problem?
1. add toolbox to the search path
2. Go to the contents page

What is the expected output? What do you see instead?
Instead of the start page of the documentation I get an error. This error
is cause by the complete path reference on line 10 instead of the relative
reference:

<help_location>html</help_location>

What version of the product are you using? On what operating system?
R34, on Win XP (Matlab 7.6 - 2008a)



Original issue reported on code.google.com by [email protected] on 30 Jun 2009 at 2:23

Matlab toolbox requirements

What Matlab toolboxes are required to run the googleearthtoolbox?

It appears the Image Processing toolbox is needed to run ge_imagesc.  
True?  Are other toolboxes required?

Thanks in advance.

Larry

Original issue reported on code.google.com by [email protected] on 7 May 2008 at 6:36

problem with using column vectors as arguments for ge_quiver()

When sending column vectors as arguments to ge_quiver(), it will assume
that the inputs are arrays.  The regular Matlab quiver() function normally
expects
the first two arguments would be arrays, but if they are vectors
then arrays will be synthesized as [x,y] = meshgrid(x,y).
The way the documentation is structured, it would not matter
for quiver whether the vectors were row vectors or column vectors. 
ge_quiver should have this ability also.

Original issue reported on code.google.com by [email protected] on 8 Feb 2008 at 1:06

error with circle drawing

the circle drawn isn't really a one, it looks like it's on the euclidean 
coordiantes when it should be in the geographic ones.

Original issue reported on code.google.com by [email protected] on 12 Mar 2010 at 9:57

kmlcontourf

I’ve been using the google eath toolbox to make animations of 2 dimensional 
fields. I would like to use the kmlcontourf routine for more than 600 time 
steps. When it reaches the 426th iteration, the routine seems to run 
infinitely. Even if I try to use the kmlcontourf routine only for one time step 
(the 426th iteration), it does not work and if I use the routine for one time 
step before the 426th iteration it works. Thus, it is not a memory issue. 
Would you have some advice to help me? Thank you in advance.

I use Matlab version 7.5 on Microsoft Windows xp

Original issue reported on code.google.com by [email protected] on 15 Sep 2010 at 10:25

documentation on lineColor is wrong

in the documentation it says:

"'lineColor': Line color specification, including transparency. Color 
value format must be passed as a character array according to the format 
string '#TTRRGGBB', with 'TT' representing transparency; 'RR', 'GG', 
and 'BB' representing red, green, and blue colors, respectively. Intensity 
values are denoted as two-digit hexadecimal numbers ranging from 00 to FF. 
For example, '#0000FF00' is fullly transparent green and '#FF0000FF' is 
fully opaque red"

-----------------
It is true that '#FF0000FF' is fully opaque red, but it can not be this 
format '#TTRRGGBB'.

Original issue reported on code.google.com by [email protected] on 5 Mar 2008 at 7:40

demo's not working...

demo_ge_windbarb - doesn't work
demo_ge_surf     - doesn't work
demo_ge_surf_mesh - doesn't work
demo_ge_poly     - doesn't work
demo_ge_imagesc - doesn't work
demo_ge_imagesc_old - doesn't work
demo_ge_contourf - doesn't work
demo_ge_contourf_old - doesn't work
demo_ge_colorbar - doesn't work
demo_all - obviously doesn't work

Original issue reported on code.google.com by skawtus on 12 Feb 2008 at 3:52

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.