Skip to content

ua-datalab/cloud-native-geospatial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Native Geospatial

This repository holds educational material about Cloud Native Geospatial. We cover topics such as formats (COG, COPC, Zarr), cloud computing platforms, and cataloging (STAC). The material is presented in a Github page using the MKDocs material theme. The website is currentely hosted at https://ua-datalab.github.io/cloud-native-geospatial/

To Development this Material Locally

Download this repo to your local machine

git clone https://github.com/jeffgillan/cloud-native-geospatial.git

cd cloud-native-geospatial

pip install -r requirements_mkdocs.txt

mkdocs serve

Go to a browser and type localhost:8000