This repo contains examples of how to access KyFromAbove hosted on AWS's open data registry. You can find the sample notebooks in the example folder.
KyFromAbove Open Data Registry on AWS
KyFomAbove AWS Open Data Docs
KyFromAbove AWS Data Explorer
AWSCLI - No AWS Account Required (Optional - but may be necessary because of the boto3 python module)
See KyFromAbove Tile Index Geopackage Links below.
- Clone this repo:
git clone https://github.com/ianhorn/kyfromabove-on-aws-examples.git
cd kyfromabove-on-aws-examples
Create a python environment and activate it. Make sure to use the correct commands for mac/linux or windows.
On Mac/Linux
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
On Windows
python3 -m venv venv
source venv/Scripts/activate
pip install -r requirements.txt
- Bulk download a large Area of Interest using Phase2 DEM for Daniel Boone National Forest python notebook.
- Bulk download county images python notebook using orthoimagery geopackage and kygisserver vector services.
Copy these links to use directly in the sample notebooks*.
* These links are also available via the constants.py. I set these up to be used in the tutorials.
https://kyfromabove.s3-us-west-2.amazonaws.com/elevation/DEM/TileGrids/kyfromabove_phase1_5k_dem_grid.gpkg
https://kyfromabove.s3-us-west-2.amazonaws.com/elevation/DEM/TileGrids/kyfromabove_phase2_5k_dem_grid.gpkg
https://kyfromabove.s3-us-west-2.amazonaws.com/elevation/DEM/TileGrids/kyfromabove_phase3_5k_dem_grid.gpkg
https://kyfromabove.s3-us-west-2.amazonaws.com/elevation/PointCloud/TileGrids/kyfromabove_phase1_pointcloud_5k_grid.gpkg
https://kyfromabove.s3-us-west-2.amazonaws.com/elevation/PointCloud/TileGrids/kyfromabove_phase2_pointcloud_5k_grid.gpkg
https://kyfromabove.s3-us-west-2.amazonaws.com/elevation/PointCloud/TileGrids/kyfromabove_phase3_pointcloud_5k_grid.gpkg
https://kyfromabove.s3-us-west-2.amazonaws.com/imagery/orthos/tile-grids/kyfromabove_phase1_aerial_5k_grid.gpkg
https://kyfromabove.s3-us-west-2.amazonaws.com/imagery/orthos/tile-grids/kyfromabove_phase2_aerial_5k_grid.gpkg
https://kyfromabove.s3-us-west-2.amazonaws.com/imagery/orthos/tile-grids/kyfromabove_phase3_aerial_5k_grid.gpkg