https://github.com/ua-datalab/cloud-native-geospatial
https://github.com/ua-datalab/cloud-native-geospatial
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ua-datalab/cloud-native-geospatial
- Owner: ua-datalab
- License: cc0-1.0
- Created: 2023-12-06T01:40:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T17:59:31.000Z (over 1 year ago)
- Last Synced: 2024-08-04T03:04:19.843Z (11 months ago)
- Homepage: https://ua-datalab.github.io/cloud-native-geospatial/
- Size: 33.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-earthobservation-code - cloud-native-geospatial - resource [introduction to cloud native geospatial](https://ua-datalab.github.io/cloud-native-geospatial/) (`Python` processing of optical imagery (non deep learning) / Cloud Native Geospatial)
README
# 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`