All Projects → opticks-org → opticks

opticks-org / opticks

Licence: LGPL-2.1 license
Open source remote sensing analysis tool

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
CMake
9771 projects
c
50402 projects - #5 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to opticks

geoblaze
Blazing Fast JavaScript Raster Processing Engine
Stars: ✭ 80 (+116.22%)
Mutual labels:  geotiff, remote-sensing
retrieval-2016-remote
Multi-Label Remote Sensing Image Retrieval By Using Deep Features
Stars: ✭ 14 (-62.16%)
Mutual labels:  remote-sensing
dem2mesh
Quickly generate 2.5D meshes from elevation models.
Stars: ✭ 53 (+43.24%)
Mutual labels:  geotiff
iris
Semi-automatic tool for manual segmentation of multi-spectral and geo-spatial imagery.
Stars: ✭ 87 (+135.14%)
Mutual labels:  remote-sensing
geowarp
Super Low-Level Raster Reprojection and Resampling Library
Stars: ✭ 20 (-45.95%)
Mutual labels:  geotiff
sits
Satellite image time series in R
Stars: ✭ 342 (+824.32%)
Mutual labels:  remote-sensing
fulgurite
A library to read and write GeoTIFF images using Apache Spark
Stars: ✭ 16 (-56.76%)
Mutual labels:  geotiff
earthengine-apps
A collection of Earth Engine Apps created using geemap, voila, and heroku
Stars: ✭ 20 (-45.95%)
Mutual labels:  remote-sensing
aitlas
AiTLAS implements state-of-the-art AI methods for exploratory and predictive analysis of satellite images.
Stars: ✭ 134 (+262.16%)
Mutual labels:  remote-sensing
ScasNet
Semantic Labeling in VHR Images via A Self-Cascaded CNN (ISPRS JPRS, IF=6.942)
Stars: ✭ 24 (-35.14%)
Mutual labels:  remote-sensing
hytools
Hyperspectral image processing library
Stars: ✭ 37 (+0%)
Mutual labels:  remote-sensing
ee-land-change
Google Earth Engine land-use change tutorial for SCBI
Stars: ✭ 22 (-40.54%)
Mutual labels:  remote-sensing
krawler
A minimalist (geospatial) ETL
Stars: ✭ 51 (+37.84%)
Mutual labels:  geotiff
google map satellite download
谷歌地图卫星影像下载,合并,导出geotiff工具
Stars: ✭ 24 (-35.14%)
Mutual labels:  geotiff
terrain-rgb
A detailed tutorial about how to convert geo-tiff files containing Digital Elevation Model (DEM) data into a pyramid of png tiles
Stars: ✭ 65 (+75.68%)
Mutual labels:  geotiff
georaster-layer-for-leaflet
Display GeoTIFFs and soon other types of raster on your Leaflet Map
Stars: ✭ 168 (+354.05%)
Mutual labels:  geotiff
tile-map-service-net5
Tile server for .NET 5 platform with MBTiles, Filesystem, GeoTIFF, HTTP sources and XYZ, TMS, WMTS, WMS endpoints (protocols support)
Stars: ✭ 45 (+21.62%)
Mutual labels:  geotiff
rsgislib
Remote Sensing and GIS Software Library; python module tools for processing spatial data.
Stars: ✭ 103 (+178.38%)
Mutual labels:  remote-sensing
ipwatch
This program gets your external, & internal, IP addresses, checks them against your "saved" IP addresses and, if a difference is found, emails you the new IP(s). This is useful for servers at residential locations whose IP address may change periodically due to actions by the ISP.
Stars: ✭ 38 (+2.7%)
Mutual labels:  remote-sensing
GeoArrays.jl
Simple geographical raster interaction built on top of ArchGDAL, GDAL and CoordinateTransformations
Stars: ✭ 42 (+13.51%)
Mutual labels:  geotiff

Build Status master

Opticks

Opticks is an open source remote sensing platform.

Download from the Releases section or from The Opticks website. The latest user documentation and SDK documentation are also available.

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.

Build and Install

The scons and visual studio projects may remain valid but are not maintained. Builds should use cmake. Instructions are available here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].