You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -324,17 +324,35 @@ See [ArcGIS Pro Toolbox Guide](https://chrislyonsKY.github.io/AbovePy/tutorials/
324
324
325
325
## QGIS Plugin
326
326
327
-
**AboveQGIS** is a QGIS Processing toolbox plugin with 4 tools:
327
+
**AboveQGIS** is a QGIS Processing toolbox plugin with 6 tools:
328
328
329
329
-**Search KyFromAbove Tiles** — county dropdown (all 120) or map extent, outputs tile footprint layer
330
-
-**Download KyFromAbove Tiles** — concurrent downloads to a local folder
330
+
-**Download KyFromAbove Tiles** — concurrent downloads, auto-loads with hillshade symbology
331
+
-**Load County Ortho Mosaic** — stream a full-county 3-inch ortho directly from S3 (no download)
331
332
-**Mosaic KyFromAbove Tiles** — build VRT or GeoTIFF from downloaded tiles
332
333
-**Generate Hillshade Tile URL** — server-side hillshade via TiTiler (no download needed)
334
+
-**STL Export** — convert DEM to 3D-printable mesh via `abovepy.export.to_stl()`
333
335
334
336
Install via **Plugins > Manage and Install Plugins** or from the [QGIS Plugin Repository](https://plugins.qgis.org/plugins/aboveqgis/). The plugin auto-installs abovepy on first run.
335
337
336
338
Tools appear under **Plugins > AboveQGIS — KyFromAbove** and in the Processing Toolbox.
337
339
340
+
### County Ortho Mosaics
341
+
342
+
KyFromAbove provides pre-built 3-inch ortho mosaics for all 120 counties. Stream them directly without downloading:
343
+
344
+
```python
345
+
import abovepy
346
+
347
+
# Get the S3 URL for Franklin County's ortho mosaic
0 commit comments