All Projects → kscottz → Pythonfromspace

kscottz / Pythonfromspace

Licence: bsd-3-clause
Python Examples for Remote Sensing

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pythonfromspace

Geemap
A Python package for interactive mapping with Google Earth Engine, ipyleaflet, and folium
Stars: ✭ 959 (+178.78%)
Mutual labels:  jupyter-notebook, gis, image-processing
Nvidia Gpu Tensor Core Accelerator Pytorch Opencv
A complete machine vision container that includes Jupyter notebooks with built-in code hinting, Anaconda, CUDA-X, TensorRT inference accelerator for Tensor cores, CuPy (GPU drop in replacement for Numpy), PyTorch, TF2, Tensorboard, and OpenCV for accelerated workloads on NVIDIA Tensor cores and GPUs.
Stars: ✭ 110 (-68.02%)
Mutual labels:  jupyter-notebook, vision, image-processing
Dstl unet
Dstl Satellite Imagery Feature Detection
Stars: ✭ 117 (-65.99%)
Mutual labels:  jupyter-notebook, satellite
Imageprocessing
MicaSense RedEdge and Altum image processing tutorials
Stars: ✭ 139 (-59.59%)
Mutual labels:  jupyter-notebook, image-processing
Gasyori100knock
image processing codes to understand algorithm
Stars: ✭ 1,988 (+477.91%)
Mutual labels:  jupyter-notebook, image-processing
Boxdetection
A Box detection algorithm for any image containing boxes.
Stars: ✭ 104 (-69.77%)
Mutual labels:  jupyter-notebook, image-processing
Self Driving Car
A End to End CNN Model which predicts the steering wheel angle based on the video/image
Stars: ✭ 106 (-69.19%)
Mutual labels:  jupyter-notebook, image-processing
Ipyplot
IPyPlot is a small python package offering fast and efficient plotting of images inside Python Notebooks. It's using IPython with HTML for faster, richer and more interactive way of displaying big numbers of images.
Stars: ✭ 152 (-55.81%)
Mutual labels:  jupyter-notebook, image-processing
Coursera Specializations
Solutions to assignments of Coursera Specializations - Deep learning, Machine learning, Algorithms & Data Structures, Image Processing and Python For Everybody
Stars: ✭ 72 (-79.07%)
Mutual labels:  jupyter-notebook, image-processing
georaster-layer-for-leaflet
Display GeoTIFFs and soon other types of raster on your Leaflet Map
Stars: ✭ 168 (-51.16%)
Mutual labels:  satellite, gis
Zoom Learn Zoom
computational zoom from raw sensor data
Stars: ✭ 224 (-34.88%)
Mutual labels:  jupyter-notebook, image-processing
google-maps-at-88-mph
Google Maps keeps old satellite imagery around for a while – this tool collects what's available for a user-specified region in the form of a GIF.
Stars: ✭ 93 (-72.97%)
Mutual labels:  satellite, gis
Libpysal
Core components of Python Spatial Analysis Library
Stars: ✭ 99 (-71.22%)
Mutual labels:  jupyter-notebook, gis
Pytorch
PyTorch tutorials A to Z
Stars: ✭ 87 (-74.71%)
Mutual labels:  jupyter-notebook, vision
Spacenet building detection
Project to train/test convolutional neural networks to extract buildings from SpaceNet satellite imageries.
Stars: ✭ 83 (-75.87%)
Mutual labels:  jupyter-notebook, gis
Starnet
StarNet
Stars: ✭ 141 (-59.01%)
Mutual labels:  jupyter-notebook, image-processing
Noaa Apt
NOAA APT weather satellite image decoder, for Linux, Windows, RPi 2+ and OSX
Stars: ✭ 257 (-25.29%)
Mutual labels:  satellite, image-processing
Multiclass Semantic Segmentation Camvid
Tensorflow 2 implementation of complete pipeline for multiclass image semantic segmentation using UNet, SegNet and FCN32 architectures on Cambridge-driving Labeled Video Database (CamVid) dataset.
Stars: ✭ 67 (-80.52%)
Mutual labels:  jupyter-notebook, image-processing
Mapclassify
Classification schemes for choropleth mapping.
Stars: ✭ 72 (-79.07%)
Mutual labels:  jupyter-notebook, gis
Gwu data mining
Materials for GWU DNSC 6279 and DNSC 6290.
Stars: ✭ 217 (-36.92%)
Mutual labels:  jupyter-notebook, image-processing

Python from Space: Analyzing Open Satellite Imagery Using the Python Ecosystem

This repository contains the slides and Jupyter notebooks for Kat's "Python from Space" talk at Pycon 2017 in Portland, Oregon.

Abstract

Earth imaging satellites, just like our computers, are shrinking and becoming more ubiquitous than ever before. It is now possible to obtain open satellite data on a daily if not weekly basis and for this data to be put to work; helping us better understand our planet and quickly respond to disaster situations.

In this talk, we will work through Jupyter notebooks that cover the satellite data ecosystem and the python tools that can be used to sift through and analyze that data. Topics include python tools for using Open Street Maps data, the Geospatial Data Abstraction Library (GDAL), and OpenCV and NumPy for image processing. This talk is intended for novice and intermediate python developers who are interested in using data science and satellite imagery for social good and fundamental scientific research.

Contents

  • Slides (pdf for download): An overview of satellites and satellite terminology, the basics of remote sensing, sources of free satellite imagery, and tools for processing and analyzing images.
  • Requirements: A list of Python libraries you'll need for this project.
  • The Basics: Setting up your development environment; making a slippy map and defining an area of interest on the map; searching, filtering, and downloading satellite imagery that intersects with the area of interest.
  • Data: Links to sources of public and private satellite imagery
  • Open Street Map Example: Querying Open Street Map for all the parks in Portland; finding and downloading satellite imagery of those parks; analyzing how green each park os and visualizing daily changes in each park "greenness" on a slippy map.
  • Making Movies: Wayfinding from park to park; creating a masterpiece movie of your "Great Portland Park Tour of 2017."

About the imagery used in these notebooks

The Planet imagery used in these notebooks covers areas of interest in Portland, Oregon. Why? Pycon was in Portland this year and local examples are cool! If you decide to sign up for a Planet Explorer account (and API key), you should know that the free account gives you access to a lot of data-- just not data in Oregon. Instead you'll get access to several years' worth of imagery for the entire state of California under a CC BY-SA 4.0 license. It's part of Planet's Open California program.

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].