All Projects → mortcanty → CRC4Docker

mortcanty / CRC4Docker

Licence: MIT License
Python scripts for the textbook "Image Analysis, Classification and Change Detection in Remote Sensing, Fourth Revised Edition"

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects
c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to CRC4Docker

earthengine-apps
A collection of Earth Engine Apps created using geemap, voila, and heroku
Stars: ✭ 20 (-76.19%)
Mutual labels:  remote-sensing, earth-engine
geeSharp.js
Pan-sharpening in the Earth Engine code editor
Stars: ✭ 25 (-70.24%)
Mutual labels:  remote-sensing, earth-engine
ChangeFormer
Official PyTorch implementation of our IGARSS'22 paper: A Transformer-Based Siamese Network for Change Detection
Stars: ✭ 220 (+161.9%)
Mutual labels:  remote-sensing, change-detection
ChangeDetectionRepository
This repository contains some python code of some traditional change detection methods or provides their original websites, such as SFA, MAD, and some deep learning-based change detection methods, such as SiamCRNN, DSFA, and some FCN-based methods.
Stars: ✭ 311 (+270.24%)
Mutual labels:  remote-sensing, change-detection
spectral
Awesome Spectral Indices for the Google Earth Engine JavaScript API (Code Editor).
Stars: ✭ 68 (-19.05%)
Mutual labels:  remote-sensing, earth-engine
FDCNN
The implementation of FDCNN in paper - A Feature Difference Convolutional Neural Network-Based Change Detection Method
Stars: ✭ 54 (-35.71%)
Mutual labels:  remote-sensing, change-detection
eemont
A python package that extends Google Earth Engine.
Stars: ✭ 290 (+245.24%)
Mutual labels:  remote-sensing, earth-engine
massive-change-detection
QGIS 2 plugin for applying change detection algorithms on high resolution satellite imagery
Stars: ✭ 18 (-78.57%)
Mutual labels:  remote-sensing, change-detection
ee extra
A ninja python package that unifies the Google Earth Engine ecosystem.
Stars: ✭ 42 (-50%)
Mutual labels:  remote-sensing, earth-engine
awesome-spectral-indices
A ready-to-use curated list of Spectral Indices for Remote Sensing applications.
Stars: ✭ 357 (+325%)
Mutual labels:  remote-sensing, earth-engine
spyndex
Awesome Spectral Indices in Python.
Stars: ✭ 56 (-33.33%)
Mutual labels:  remote-sensing, earth-engine
earthengine-py-examples
A collection of 300+ examples for using Earth Engine and the geemap Python package
Stars: ✭ 76 (-9.52%)
Mutual labels:  remote-sensing, earth-engine
CDLab
Yet another repository for developing and benchmarking deep learning-based change detection methods.
Stars: ✭ 59 (-29.76%)
Mutual labels:  remote-sensing, change-detection
CoastSat.slope
Beach-face slope estimation from satellite-derived shorelines, extension of the CoastSat toolbox.
Stars: ✭ 42 (-50%)
Mutual labels:  remote-sensing, earth-engine
ChangeOS
ChangeOS: Building damage assessment via Deep Object-based Semantic Change Detection - (RSE 2021)
Stars: ✭ 33 (-60.71%)
Mutual labels:  remote-sensing, change-detection
DSMSCN
[MultiTemp 2019] Official Tensorflow implementation for Change Detection in Multi-temporal VHR Images Based on Deep Siamese Multi-scale Convolutional Neural Networks.
Stars: ✭ 63 (-25%)
Mutual labels:  remote-sensing, change-detection
MomentToolbox
Matlab code for the paper "A survey of orthogonal moments for image representation: Theory, implementation, and evaluation"
Stars: ✭ 13 (-84.52%)
Mutual labels:  image-analysis
deforestation
A machine learning exercise, using KNN to classify deforested areas
Stars: ✭ 26 (-69.05%)
Mutual labels:  image-analysis
Scripts
🔬🍸 Home of the ImageJ BAR: A collection of Broadly Applicable Routines for ImageJ
Stars: ✭ 18 (-78.57%)
Mutual labels:  image-analysis
trends.earth
trends.earth - measure land change
Stars: ✭ 69 (-17.86%)
Mutual labels:  remote-sensing

CRC4Docker

Source files for the Docker image mort/crc4docker

Python scripts for the textbook "Image Analysis, Classification and Change Detection in Remote Sensing, Fourth Revised Edition"

On Ubuntu, for example, pull and/or run the container for the first time with

sudo docker run -d -p 443:8888 -p 6006:6006 -v <my_image_folder>:/home/myimagery/ --name=crc4 mort/crc4docker

This maps the host directory my_image_folder to the container directory /home/myimagery/ and runs the container in detached mode.

Point your browser to http://localhost:443 to see the Jupyter home page and open a notebook.

In order to use Earth Engine scripts, you must authenticate. From the home page open a local terminal and enter

earthengine authenticate

and follow the instructions. This adds authentication information to the container and only has to be done once.

Stop the container with

sudo docker stop crc4  

Re-start with

sudo docker start crc4     
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].