Customize geomedia with python in Title/Summary
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
- Home page: www.intergraph.com
- Last updated: April 13th, 2010
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
- Home page: www.intergraph.com
- Last updated: November 9th, 2011
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.
- Publisher: Hexagon Geospatial
- Last updated: August 31st, 2015
Customize geomedia with python in Description
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
- Last updated: February 20th, 2010
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.
- Publisher: Intergraph Corporation
- Last updated: February 26th, 2018
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 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
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 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’s comprehensive array of modeling tools make creating, transforming and editing your models a breeze. Blender includes production ready camera and object tracking. Allowing you to import raw footage, track the footage, mask areas and see the camera movements live in your 3D scene. Eliminating the need to switch between programs.
- Publisher: Blender Team
- Home page: www.blender.org
- Last updated: July 24th, 2024
Sublime Text
The auto complete engine has been rewritten to provide smart completions based on existing code in a project. Suggestions are also augmented with info about their kind, and provide links to definitions. Sublime Text can now utilize your GPU on Linux, Mac and Windows when rendering the interface.
- Publisher: Sublime HQ Pty. Ltd.
- Home page: www.sublimetext.com
- Last updated: July 30th, 2024
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
- Last updated: April 5th, 2023
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.
- Publisher: Zugg Software
- Home page: forums.zuggsoft.com
- Last updated: January 12th, 2016
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
- Last updated: November 17th, 2010
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 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
- Home page: poedit.net
- Last updated: July 18th, 2023
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
- Last updated: August 15th, 2011
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