OvertureMaps / overturemaps-py

overture-py
MIT License
137 stars 19 forks source link

Option to run from within a script #20

Open chrowe opened 5 months ago

chrowe commented 5 months ago

It would be great to be able to call the download function from inside a python script or notebook.

mtravis commented 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/

EwoutH commented 4 months ago

Are the Python library functions documented somewhere?

chrowe commented 4 months ago

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