Uncategorized

Cabin water meter replacement notes

These are notes related to a water meter replacement and will be used to help determine materials and tools to purchase for replacement (and/or to pass along to a plumber for quotes and replacement). Pipe measurements: 7/8″ outside diameter copper pipe with 12″ span for couples and meter. Pipes are fitted with threaded female adapters …

Cabin water meter replacement notes Read More »

Haversine formula in Python

The “great circle distance”, or Haversine formula, approximates the distance between two locations over the curve of a sphere, given the sphere’s radius. The sphere we are interested in here is the Earth – which is not a perfect sphere, but close enough for the approximations that we are interested in. One application of this …

Haversine formula in Python Read More »

Clearing git credentials

On windows, I’ll occasionally get a message that looks like this… > git clone https://www.geohub.com/repos/foo.gitCloning into ‘foo’…fatal: Authentication failed for ‘www.geohub.com/repos/foo.git/’ I used to be able to resolve this be clearing the git credentials from the Windows credential manager, but I noticed the credential are no longer displayed there for some reason. Running this command …

Clearing git credentials Read More »