-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Rose Pearson edited this page Aug 3, 2021
·
11 revisions
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 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.