All Projects → acgeospatial → Julia_Geospatial

acgeospatial / Julia_Geospatial

Licence: other
Examples for a blog series on Geospatial Julia using ArchGDAL

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Julia Geospatial

eodag
Earth Observation Data Access Gateway
Stars: ✭ 183 (+215.52%)
Mutual labels:  geospatial, satellite-imagery, earth-observation
localtileserver
🌐 dynamic tile server for visualizing rasters in Jupyter with ipyleaflet or folium
Stars: ✭ 190 (+227.59%)
Mutual labels:  geospatial, raster, satellite-imagery
python-resources-for-earth-sciences
A Curated List of Python Resources for Earth Sciences
Stars: ✭ 159 (+174.14%)
Mutual labels:  geospatial, satellite-imagery, earth-observation
Geospatial Python CourseV1
This is an collection of blog posts turned into a course format
Stars: ✭ 53 (-8.62%)
Mutual labels:  geospatial, raster, earth-observation
Start maja
To process a Sentinel-2 time series with MAJA cloud detection and atmospheric correction processor
Stars: ✭ 47 (-18.97%)
Mutual labels:  raster, satellite-imagery, earth-observation
Geotiff.io
Static website for viewing and analyzing GeoTIFF's in the browser
Stars: ✭ 53 (-8.62%)
Mutual labels:  geospatial, raster, satellite-imagery
pylandtemp
Algorithms for computing global land surface temperature and emissivity from NASA's Landsat satellite images with Python.
Stars: ✭ 110 (+89.66%)
Mutual labels:  geospatial, raster, earth-observation
Felicette
Satellite imagery for dummies.
Stars: ✭ 1,710 (+2848.28%)
Mutual labels:  geospatial, satellite-imagery, earth-observation
georaster-layer-for-leaflet
Display GeoTIFFs and soon other types of raster on your Leaflet Map
Stars: ✭ 168 (+189.66%)
Mutual labels:  geospatial, raster, satellite-imagery
EOmaps
A library to create interactive maps of geographical datasets
Stars: ✭ 193 (+232.76%)
Mutual labels:  geospatial, earth-observation
awesome-geospatial-list
A curated list of geospatial tools, data, tutorials, information, and more
Stars: ✭ 32 (-44.83%)
Mutual labels:  geospatial, raster
skeyenet
Road and Building Segmentation in Satellite Imagery
Stars: ✭ 106 (+82.76%)
Mutual labels:  geospatial, satellite-imagery
GDAL.jl
Thin Julia wrapper for GDAL - Geospatial Data Abstraction Library
Stars: ✭ 78 (+34.48%)
Mutual labels:  geospatial, raster
sits
Satellite image time series in R
Stars: ✭ 342 (+489.66%)
Mutual labels:  geospatial, satellite-imagery
iris
Semi-automatic tool for manual segmentation of multi-spectral and geo-spatial imagery.
Stars: ✭ 87 (+50%)
Mutual labels:  satellite-imagery, earth-observation
Land-Cover-Classification-using-Sentinel-2-Dataset
Application of deep learning on Satellite Imagery of Sentinel-2 satellite that move around the earth from June, 2015. This image patches can be trained and classified using transfer learning techniques.
Stars: ✭ 36 (-37.93%)
Mutual labels:  geospatial, satellite-imagery
Python Geospatial
A collection of Python packages for geospatial analysis with binder-ready notebook examples
Stars: ✭ 187 (+222.41%)
Mutual labels:  geospatial, raster
NetCDF.jl
NetCDF support for the julia programming language
Stars: ✭ 102 (+75.86%)
Mutual labels:  geospatial, raster
deck.gl-raster
deck.gl layers and WebGL modules for client-side satellite imagery analysis
Stars: ✭ 60 (+3.45%)
Mutual labels:  satellite-imagery, earth-observation
GoogleEarthEngine-side-projects
Google Earth Engine side projects and tutorial scripts
Stars: ✭ 23 (-60.34%)
Mutual labels:  satellite-imagery, earth-observation

Julia_Geospatial

Examples for a blog series on Geospatial Julia using ArchGDAL. The aim of this series is to have a look at the potential for Julia in Geospatial technology. I am more focused on Raster data, in particular data from Satellites - in these posts I will be using Sentinel 2a data. I will be using the ArchGDAL package for this work. There maybe other packages available, at present (Feb 2019) ArchGDAL offered far more than any other Julia package that I could find. I am more than happy to be corrected though.


I don't claim any expertise on Julia Lang - I am just learning. If you have any contributions to make this code better I will happily take them.

An important note - UPDATE

Dec 2021 I have updated all the code for Julia 1.7.0. Plus added a new notebook and blog. Enjoy!

brief blog post here - http://www.acgeospatial.co.uk/julia-prt4/

Imagery

Isle_Wight.tif (https://github.com/acgeospatial/Julia_Geospatial/blob/master/Isle_wight.tif) is a sample image to be used in some of these scripts. It is a 10m spatial resolution RGB Sentinel 2a image from 2017 (from May I think). I have preprocessed it. I have performed a 99% clip stretch on the data for better display. This was done in Python using Rasterio, but should be possible in ArchGDAL as well, perhaps using https://juliastats.github.io/StatsBase.jl

alt tag

Corresponding blog posts

Blog 1 (Feb 2019) - http://www.acgeospatial.co.uk/julia-prt1/
Blog 2 (Feb 2019) - http://www.acgeospatial.co.uk/julia-prt2/
Blog 3 (Feb 2019) - http://www.acgeospatial.co.uk/julia-prt3/
Blog 4 (Dec 2021) - http://www.acgeospatial.co.uk/julia-prt4/

Notebooks of interest

Raster data and ArchGDAL here https://github.com/acgeospatial/Julia_Geospatial/blob/master/02_Notebooks/04_reading_displaying_writing_rasters_Julia.ipynb

Vector data and ArchGDAL here https://github.com/acgeospatial/Julia_Geospatial/blob/master/02_Notebooks/05_testing_shapefile.ipynb

Sentinel 2 and GeoArrays here https://github.com/acgeospatial/Julia_Geospatial/blob/master/02_Notebooks/06_working_with_Sentinel2.ipynb

Planned - nothing at present - email me [email protected]

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