-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Welcome to the geoapis wiki!
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.
Information about using the lidar
and vector
modules of geoapis
can be found at the wiki page Basic Usage.