PISCES range map updates 2017/2018

PISCES range map updates 2017/2018

Final map for publication ranges blended onto hillshade Northern coastal roach range Clear lake roach rnage Northern roach range Southern coastal roach range Mountain whitefish range Northern California coast summer steelhead range In 2017 and 2018, I utilized our...
McMurdo Oceanographic Observatory (Antarctica)

McMurdo Oceanographic Observatory (Antarctica)

The kiosk in a normal mode The kiosk with expanded charts The kiosk with the additional videos side panel flown out The kiosk with informational text panel The kiosk on display Antarctic field work Inaccurate simulation of antarctic field work I spent October-December...

Amaptor – arcpy.mp/arcpy.mapping compatibility layer

I write a lot of spatial data analysis code using ArcGIS’s Python package, arcpy. Sometimes we need to automate map generation as part of that work, but with the split of the arcpy.mapping library between ArcMap and ArcGIS Pro, developers had to target two...

Things I learned at work today

Had a couple interesting problems to solve today that I thought I’d note here. One was with a Python library not getting loaded correctly, and the other with some bulk email for a client going to spam. These are as much notes for me as for anyone else, so no...

Python USGS Flow Data API Wrapper

At a hackathon I helped put on in 2012, I wrote a Python wrapper for USGS’ water data for the nation flow data API that provides native Python objects based on requests for water flow data at USGS gage locations. While the wrapper still works, today, I recommend...