2 posts tagged "latimes"
2019
Los Angeles Weedmaps analysis (via) Ben Welsh at the LA Times published this Jupyter notebook showing the full working behind a story they published about LA's black market weed dispensaries. I picked up several useful tricks from it--including how to load points into a geopandas GeoDataFrame (in epsg:4326 aka WGS 84) and how to then join that against the LA Times neighborhoods GeoJSON boundaries file.
# 30th May 2019, 4:35 am / data-journalism, gis, latimes, pandas, jupyter, ben-welsh
2009
Train Crash Leads LA Times to Create Django Database on Deadline. A story from last September. I didn't know the LA Times used Django. UPDATE: Yes I did, I introduced their panel about it at DjangoCon. Sorry, mind like a sieve sometimes.
# 21st January 2009, 5:19 pm / data-journalism, django, latimes, newspapers, python