Open chrowe opened 5 months ago
@chrowe you can call the overturemaps library and it's functions once installed, either via python or in a notebook.
See this example https://developmentseed.org/lonboard/latest/examples/overture-maps/
Are the Python library functions documented somewhere?
From what I gather record_batch_reader()
is the main function to use. https://github.com/OvertureMaps/overturemaps-py/blob/main/overturemaps/core.py#L9
It would be great to be able to call the download function from inside a python script or notebook.