Giter Club home page Giter Club logo

opticks's Introduction

Opticks

Opticks is an open source remote sensing platform.

Key Features

  • Imagery and video analysis
  • Zoom, pan, rotate spatially large datasets
  • Layer GIS features, annotations, results, and other information over your data to provide context
  • Many image display controls such as colormap, histogram and transparency
  • Support for datasets larger than four gigabytes
  • Combine steps using graphical wizards
  • Support for processing data in its native interleave of BIP, BSQ or BIL
  • Add new capabilities via extension

Supported File Formats

  • NITF 2.0/2.1
  • GeoTIFF
  • ENVI
  • ASPAM/PAR
  • CGM
  • DTED
  • RAW
  • JPEG
  • GIF
  • PNG
  • BMP
  • ESRI Shapefile
  • HDF5
  • AVI
  • MPEG

Developer notes and repository structure

Please see the PlugIn Developer and Core Developer wiki pages for more information.

The repository structure follows a few rules:

  • Releases are initially made as a release candidate (rc1) for a testing period before a final release is made.
  • The main devlopment branch is master and represents the current, most volatile development line. It's for all new features big and small. Major and minor (first and second digit) releases are made from this branch. (4.12.0, 5.0.0, etc.) Only certain developers have commit access to master. If you have a bug fix or feature, you need to create an appropriate branch or fork the repo and make a pull request.
  • support/* branches are for less volative development and features. Features and fixes which don't break the ABI should do here first and then get moved to master if they are applicable for the next major release. Minor (third digit) releases are made from these branches. (4.12.1, etc.)
  • hotfix/* branches are for emergency hot fixes which occur during testing. These result in additional release candidates. (rc2, rc3, etc.) Once a final release is made, bug fixes should go in the support/* branches.
  • feature/* and bugfix/* branches are for large features slated for the next release or future releases. The difference between the two is purely for convenience and a bug can be fixed in a feature/* branch if you'd prefer. This is a convenient way to develop a large feature or collaboratively develop a feature. If you're not sure if a feature should go right into master or support/, or if it should get a feature/ branch, create one of these, branching is cheap.
  • Include Fixes # messages and links to issues when committing to branches so they are easy to track. These don't need to be in every commit message, just the final one for a branch.

NOTE: You may see some odities in the commit history, tags, etc. since this repository was originally imported from subversion with a fairly complex branch structure.

opticks's People

Contributors

slc73915 avatar jrichards99 avatar tclarke avatar

Watchers

James Cloos avatar deTrident avatar

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.