Skip to content
Rose Pearson edited this page Aug 3, 2021 · 11 revisions

Welcome to the geoapis wiki!

Introduction

geoapis is a Python package for simply downloading publicly available web-hosted geo-spatial data.

It currently supports downloading LiDAR data from OpenTopography, and vector data from the LINZ Data Service. In both cases this data is only downloaded within a spectified polygon (catchment region). This functionality is contained in the lidar_fetch module for LiDAR, and the vector_fetch model for vector data. Example of its usage can be found in tests/test_lidar_fetch and tests/test_vector_fetch.

Wiki pages

Clone this wiki locally