reproject
reproject copied to clipboard
Document logging
We should document the logging added in #450 - at the very least:
import logging
logging.basicConfig(level=logging.INFO)
but can also specifically set the logging level for the relevant sub-modules.