MCPcopy Create free account
hub / github.com/DOI-USGS/ISIS3

github.com/DOI-USGS/ISIS3 @10.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 10.0.0 ↗ · + Follow
20,657 symbols 88,304 edges 3,275 files ⚖ custom 12,261 documented · 59% updated 7d ago10.0.0 · 2026-06-23★ 24639 open issues

Browse by type

Functions 16,614 Types & classes 4,041 Endpoints 2
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

ISIS

ISIS

Anaconda-Server Badge Anaconda-Server Badge Badge for DOI 10.5066/P13TADS5

Quick Reference

To start using ISIS, see:

For more info, see:

For Development and Contributing, see:

In this README:

Requests for Comment

The ISIS project uses a Request for Comment (RFC) model where major changes to the code, data area, or distribution are proposed, discussed, and potentially adopted. All contributors and users are welcome to review and comment on open RFCs.

See this repo's discussion page for open RFCs.

Citing ISIS

The badge at the top of this README lists the DOI of the most recent ISIS version. ISIS 8.3.0 was released on 10/01/2024 and its DOI is 10.5066/P13TADS5. (This section last updated on 04/01/2025, 8.3.0 is the latest ISIS version.)

The Releases Page on GitHub lists the DOI for each version of ISIS. Older versions may be listed on Zenodo. It is good practice to cite the version of the software being used by the citing work, so others can reproduce your exact results.

System Requirements

ISIS is supported on these UNIX variants (and may work on others, though unsupported):

  • Ubuntu 18.04 LTS
  • macOS 10.13.6 High Sierra
  • Fedora 28
  • CentOS 7.2

ISIS is not supported on Windows, but using WSL may be possible.

Architecture Support

  • 64-bit x86 processors: Supported.
  • Apple Silicon: In Development.

Storage Space Required

  • 2.5 GB for ISIS binaries
  • 10 GB up to multiple TB for mission data and processing large images

Semantic Versioning

Versions of ISIS now use a Major.Minor.Patch scheme (e.g., 8.3.0), detailed in RFC 2.

Major Minor Patch
8 .3 .0
  • Patch Releases (i.e. 8.0.2 → 8.0.3) fix a bug, but don't make breaking changes or add features.

  • Minor Releases (i.e. 8.2.0 → 8.3.0) add features, but no breaking changes.

  • Major Releases (i.e. 8.3.0 → 9.0.0) add a breaking change.

Breaking Changes

A breaking change alters API signatures, existing arguments to ISIS apps, or output. Anything that could break backwards compatibility with a script is considered breaking*.

Additions (i.e, an added optional argument, and added column in a .csv file) aren't considered breaking, but changes to existing output or input (i.e, changing an existing argment, changing the title of an existing .csv output column) are breaking.

*.txt files, or output meant only for human readers, are excluded from ISIS's definition of a breaking change.

Contributors must make sure that breaking changes are well-identified. Breaking changes require input, discussion, and approval from the community before they can be adopted into ISIS.

Upgrade considerations

Most users can safely upgrade to Minor and Patch Versions, but should be more cautious about a Major upgrade, which may introduce changes that could alter their workflow. You can reference the Changelog for more specific information on the changes.

ISIS Release Cadence (LTS)

ISIS has a Long Term Support (LTS) model (RFC8, RFC14). This assumes that users will update at each LTS release (supported for 18 months), or use more frequent interim/dev releases with shorter-term support.

Core symbols most depended-on inside this repo

browse all functions →

Shape

Method 13,816
Class 3,859
Function 2,798
Enum 182
Route 2

Languages

C++99%
TypeScript1%
Python1%

Modules by API surface

isis/src/control/objs/BundleResults/BundleResults.cpp125 symbols
isis/src/docsys/assets/scripts/uswds.min.js106 symbols
isis/src/base/objs/RestfulSpice/restincurl.h102 symbols
isis/src/system/apps/isisdataeval/IsisDataModel.h94 symbols
isis/src/qisis/objs/Project/Project.cpp94 symbols
isis/src/control/objs/ControlPoint/ControlPoint.cpp89 symbols
isis/src/base/objs/Camera/Camera.cpp84 symbols
isis/src/qisis/objs/QnetTools/QnetTool.cpp81 symbols
isis/src/base/objs/Cube/Cube.cpp80 symbols
isis/src/base/objs/IsisAml/IsisAml.cpp79 symbols
isis/src/control/apps/cnet2dem/DatumFunctoid.h77 symbols
isis/src/base/objs/SpiceRotation/SpiceRotation.cpp76 symbols

For agents

$ claude mcp add ISIS3 \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page