Coder Social home page Coder Social logo

kdm-idl's Introduction

Google Earth API in IDL (part of kdm-idl library)

IDL code by Ken Mankoff.

A general library for programming. Includes a sub-library that implements most of the Google Earth KML API in IDL.

https://i.stack.imgur.com/juhJH.png

https://i.stack.imgur.com/c3ULX.png

http://mage-p.org/img/gmf-400y.png

https://i.stack.imgur.com/OeqyP.png

kdm-idl's People

Contributors

mankoff avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

kdm-idl's Issues

SVN checkout

What steps will reproduce the problem?
1. Using svn 1.5.1 for Debian Lenny
2. svn checkout http://kdm-idl.googlecode.com/svn/trunk/ kdm-idl-read-only

What is the expected output? What do you see instead?
Just want to have a try of this library! BUT I see this message:
svn: OPTIONS of 'http://kdm-idl.googlecode.com/svn/trunk': could not connect to 
server (http://kdm-idl.googlecode.com)

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


Please provide any additional information below.
Please could you fix this issue as I am working on Ocean Color images and want 
to overlay oceanographic data.
Many thanks!


Original issue reported on code.google.com by renaud.dussurget on 27 Sep 2010 at 8:48

Avoiding 'execute' command

Hello,

I found an instance where the exeucte command is used, and can be replaced (since in some instances the 'execute' command is not allowed):

In kdm_define:
ok = Execute("struct = {" + Obj_Class(self) + "}")
can be replaced with
struct = create_struct(name = Obj_Class(self))

Anyway, just a suggestion.

Library writes zero content kmls files on Windows

What steps will reproduce the problem?
1. Use code on Windows platform
2. call kdm_kml::saveKML
3. Writes out out empty KML file

What is the expected output? What do you see instead?
Output KML contains zero bytes, should have xml content.

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

Please provide any additional information below.
Clearly this was written to work on a unix/linux platform.  But on windows, 
starting at line 
https://code.google.com/p/kdm-idl/source/browse/trunk/KML/kdm_kml__define.pro#11
6, this code will run in windows, not produce an error, but create a zero sized 
output file.  I have made a very small change to correct this on my local 
system.  Anyway, I thought I would make you aware that one extra line of code 
here would make your software more versatile.


Original issue reported on code.google.com by [email protected] on 7 Aug 2014 at 12:59

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.