Skip to main content

a python package for processing KH-9 and historical aerial imagery using MicMac

Project description

Documentation Status PyPI version Anaconda-Server Badge Anaconda-Server Badge Anaconda-Server Badge

sPyMicMac

A python package to help in the processing of KH-9 and historical aerial imagery using MicMac.

Installing MicMac

General instructions for installing MicMac can be found via the Installation tutorial found on the MicMac wiki. For specific instructions for installing the version of MicMac used in developing sPyMicMac, check out the readthedocs page for sPyMicMac.

Installing sPyMicMac from PyPI

As of version 0.1, sPyMicMac is available via PyPI. To install the latest packaged version (0.1.1), simply run:

pip install spymicmac

to install sPyMicMac in your environment.

Installing sPyMicMac from conda-forge

As of version 0.1.1, sPyMicMac is available via conda-forge. To install the latest packaged version (0.1.1), simply run:

conda install -c conda-forge spymicmac

to install spymicmac in your environment.

Installing the latest version of sPyMicMac

To install the latest version of sPyMicMac, first clone the GitHub repository:

git clone git@github.com:iamdonovan/sPyMicMac.git

Environment setup

Using conda and the environment.yml file from this repository:

cd path/to/repository
conda env create -f environment.yml

Once the environment has been created successfully (this can take some time, so grab a coffee), activate it:

conda activate spymicmac

To install this version of sPyMicMac as a static package, run pip without the -e flag:

# install the development version
pip install .

To install a development version of sPyMicMac, you can use the -e flag:

# install the development version in editing mode
pip install -e .

Basic usage

For more detailed information on using sPyMicMac, see the readthedocs page.

import spymicmac.register as rt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spymicmac-0.2.0.tar.gz (33.3 MB view hashes)

Uploaded Source

Built Distribution

spymicmac-0.2.0-py3-none-any.whl (77.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page