Podnova Player  Windows library  Podnova home
License: All
Sort by: Relevance

Customize geomedia with python in Title/Summary

GeoMedia Viewer

GeoMedia Viewer

GeoMedia Viewer is an easy to use, FREE GIS software application for desktop viewing and distribution of geospatial data. It allows an organization to maximize the value of its geospatial data by extending availability to novice users who wouldn’t otherwise have access because of the barriers of purchasing and learning how to use a full GIS software application.

  • Publisher: Intergraph Corporation
  • Last updated: April 13th, 2010
Intergraph GeoMedia 3D

Intergraph GeoMedia 3D

GeoMedia 3D is the latest addition to the Intergraph GeoMedia product suite, a set of well-integrated applications that give you a wide range of geospatial processing capabilities for defense, intelligence, government, transportation, utilities, communications, public safety, and security applications. You can visualize, navigate, analyze, and interact with 3D data natively in GeoMedia.

  • Publisher: Intergraph Corporation
  • Last updated: November 9th, 2011
Hexagon GeoMedia Desktop

Hexagon GeoMedia Desktop

​GeoMedia is a comprehensive and dynamic GIS that lets you extract intelligence from geospatial data. This application can directly access geospatial data; there is no need to import, convert, or use proprietary technology to connect to spatially enabled databases.

Customize geomedia with python in Description

AVPython

AVPython

To call back to ArcView from Python, just say "from arcview import avexec" in your Python script, and then use the avexec function to run Avenue code. However, you can only do that from scripts that are running inside of ArcView (i.e. using the "Python Language Support" extension).

  • Publisher: W. Bruce Dodson
  • Home page: sourceforge.net
  • Last updated: February 20th, 2010
ERDAS Image Compressor 2014

ERDAS Image Compressor 2014

ERDAS Image Compressor 2014 is a stand-alone data preparation tool to rapidly compress imagery data to ECW or JPEG2000 file formats. This program requires at least one of ERDAS software packages such as APOLLO 2014, GeoMedia SmartClient 2014, GeoMedia WebMap, or ERDAS IMAGINE.

Python - py2exe

Python - py2exe

Py2exe is a great extension to Python's Distribution Utilities that allows you to create a Windows executable file from a Pythons script. This allows users to execute programs without the need of having the Python interpreter installed. An excellent extension that every developer must have.

  • Publisher: Thomas Heller
  • Home page: www.py2exe.org
  • Last updated: December 21st, 2008
Python - pylint

Python - pylint

Python - pylint is an open source program that analyzes Python source code looking for bugs and signs of poor quality. You can customize the program to show errors or conventions that are important to you. Pylint can be automated in your project using Apycot, Hudson or Jenkins.

  • Publisher: Logilab
  • Home page: www.pylint.org
  • Last updated: April 30th, 2015
Python numpy

Python numpy

NumPy is an extension for Python that allows complex scientific and mathematic functions to be executed in a quick way. NumPy allows large array objects, necessary to make large calculations or to speed up some mathematical functions. A definite essential for Python.

  • Publisher: Numpty Developers
  • Last updated: April 9th, 2009

Additional Customize geomedia with python selection

Python

Python

Python is an object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java. It comes with a large standard library that supports many common programming tasks, such as connecting to web servers, searching text with regular expressions, reading, and modifying files.

  • Publisher: Python Software Foundation
  • Home page: www.python.org
  • Last updated: February 7th, 2024
Blender

Blender

Blender is an open source software tool for the creation of 3D models and animation. It supports the entirety of the 3D pipeline such as modeling, rigging, animation, simulation, rendering, compositing and motion tracking, and even video editing and game creation.

  • Publisher: Blender Team
  • Home page: www.blender.org
  • Last updated: March 27th, 2024
Sublime Text

Sublime Text

Rather than a word processor, Sublime Text is a code editor that supports various programming and scripting languages. The program has a nice streamlined tabbed interface, which supports working on various documents simultaneously. Sublime Text is a good option for code editing as it is very light, fast and customizable.

  • Publisher: Sublime HQ Pty. Ltd.
  • Home page: www.sublimetext.com
  • Last updated: October 21st, 2021
PSPad editor

PSPad editor

PSPad is intended for editing simple text and code. In this regard, the tool supports various convenient features, such as syntax highlighting, hex editing and autocompletion. Its interface is quite similar to those of other programs of its type, though outdated and much less minimalistic. It is good that there is accompanying help documentation in case you have any questions.

  • Publisher: Jan Fiala
  • Home page: www.pspad.com
  • Last updated: April 5th, 2023
ZAPP

ZAPP

zApp is an programming environment for quickly developing user-customizeable and scriptable applications. Applications developed using zApp can be freely distributed without any royalty requirements. Any end user can run your binary application created by zApp. If a end user also had a developer's copy of zApp, they may customize your application to futher suit their needs.

Python pygame

Python pygame

Pygame adds functionality on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the python language. Pygame is highly portable and runs on nearly every halloween contacts platform and operating system. Pygame itself has been downloaded millions of times, and has had millions of visits to this website.

  • Publisher: Pete Shinners, Rene Dudfield, Marcus von Appen, Bob Pendleton, others
  • Home page: www.pygame.org
  • Last updated: November 17th, 2010
Python Launcher

Python Launcher

Python Launcher is an open-source program that allows Python scripts (.py and .pyw files) on Windows to specify the version of Python which should be used, allowing simultaneous use of Python 2 and 3. When executing a script, the launcher looks for a Unix-style #! (shebang) line in the script.

  • Publisher: Vinay Sajip
  • Home page: bitbucket.org
  • Last updated: August 7th, 2017
Poedit

Poedit

Poedit can handle translation using gettext (PO), which is used by PHP projects (Drupal, WordPress), Python projects (Django), etc. It’s built in support for Crowdin, a localisation management platform, makes collaboration easy. You can access all your projects and translate directly from the app.

  • Publisher: Vaclav Slavik
  • Last updated: July 18th, 2023
Python comtypes

Python comtypes

comtypes is a pure Python COM package based on the ctypes ffi foreign function library. ctypes is included in Python 2.5 and later, it is also available for Python 2.4 as separate download.rnrnWhile the pywin32 package contains superior client side support for dispatch based COM interfaces, it is not possible to access custom COM interfaces unless they are wrapped in C++-code.

  • Publisher: Python
  • Home page: pypi.python.org
  • Last updated: August 15th, 2011
Python - SendKeys

Python - SendKeys

SendKeys is a Python extension for Windows which can be used to send one or more keystrokes or keystroke combinations to the active window. SendKeys exports 1 function, SendKeys, and 1 exception, KeySequenceError. SendKeys may throw KeySequenceError if an error is found when reading keys. SendKeys reads all keys before pressing any, so if an error is found, no keys will be pressed.

  • Publisher: Ollie Rutherfurd
  • Last updated: May 26th, 2010