niwa / geoapis

A Python package for simply downloading publicly available web-hosted geo-spatial data. View API docs at: https://niwa.github.io/geoapis/
MIT License
9 stars 3 forks source link

Automatically determine the cql_filter BBox(XXX, <- geometry type AND Remove catchment_polygon requirement from vector.Linz #8

Closed rosepearson closed 2 years ago

rosepearson commented 2 years ago

This involves two related pieces of work for the vector,Linz class

  1. Try either shape or GEOMETRY geometry types if no geometry type is specified and a region to query in is specified
  2. Support making queries if no region is specified.