Skip to content

This repo contains examples of how to access KyFromAbove hosted on AWS's open data registry.

License

Notifications You must be signed in to change notification settings

ianhorn/kyfromabove-on-aws-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kyfromabove-on-aws-examples

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.

Resources

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.


Set up your environment

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

Tutorials

  1. Bulk download a large Area of Interest using Phase2 DEM for Daniel Boone National Forest python notebook.
  2. Bulk download county images python notebook using orthoimagery geopackage and kygisserver vector services.

KyFromAbove Geopackage Links

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.

DEM

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

Point Cloud

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

Orthoimagery

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

About

This repo contains examples of how to access KyFromAbove hosted on AWS's open data registry.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published