Day: March 1, 2026πŸ’Ύ

πŸ—ΊοΈ Maps πŸ–ΌοΈ Photos πŸ“½οΈ Videos
Map: Andersen Hill And Potato Hill State Forest

How to Calculate Daylight Savings Time

Is it Daylight Savings Time? This code can help you find out.

int addHourForDST(int day, int month, int dow) {
	if (month < 3 || month > 11) return 0;
	if (month == 3 && (day-dow) >= 8) return 1;
	if (month > 3 && month < 11) return 1;
	if (month == 11 & (day-dow) <= 0) return 1;
	if (month == 11 & (day-dow) > 0) return 0;
}
Terrain Map: Mahanoy Mountain
Thematic Map: Traffic Volume on NYS Highways
Map: Salmon River Reservoir (West)
Map: Ketchumville State Forest

Crossgates Commons

The Capital Region Urbanist group was discussing Crossgates Commons and the historic Rapp Road community and I thought I needed a quick map of it. Contemporary Albany County Tax Map overlaid.

2018 β€” Left

1952 β€” RightΒ 

Thematic Map: Speed Limit on Interstates and State Touring Routes in Capital Region