Skip to content
Rose Pearson edited this page Sep 9, 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, LRIS and Stats NZ Data Portals.

The lidar modules takes care of downloading LiDAR datasets from a source (i.e. OpenTopography) within a polygon. Specifically, it will locate all datasets within that polygon, and then download all tiles from each dataset that overlap the polygon region.

The vector module takes care of downloading vector datasets from a source (i.e. LDS, LRIS Portal, or Stats NZ datafinder). The vector layer to be downloaded must be specified. A polygon can also be specified if the user is only interested in the vector layer features overlapping that polygon.

More information about using the lidar and vector modules can be found at the wiki page Basic Usage.

Wiki pages

Clone this wiki locally