Free ArcGIS Online Spatial Analysis Course

Learn what spatial analysis can do for you with a free online course from ESRI.  The course is for people who know something about spatial analysis and want to learn what ArcGIS Online has to offer.  You will get free access to the full analytical capabilities of ArcGIS Online during the course:

  • Hands-on exercises, short video lectures, quizzes, case studies, and discussion
  • Six weeks, two to three hours of study per week
  • Certificate of completion and awards
  • Course dates: May 11 – June 22, 2016

Sign up today!

Free Python Stuff

Looking for free basic Python training?  Check out these free webinars:

  1. 7 Reasons All GIS Professionals Should Learn How to Program with Python
  2. Creating Variables and Assigning Data
  3. Basic Python Statements
  4. Creating and Using Functions in Python
  5. Using Advanced Python Data Structures (Lists, Tuples, Dictionaries)
  6. Using Advanced Python Data Structures (Classes and Objects)
  7. Reading and Writing Text Files with Python
  8. Introduction to ArcPy
  9. Building GUI Applications for ArcGIS Desktop with Python – Part 1
  10. Building GUI Applications for ArcGIS Desktop with Python – Part 2

Looking for a free Python book?  Check this one out!

python-scripting-for-spatial-data-processing-openlibra

Parcel Center XY: Using ArcGIS Server REST API

We currently have a business need to get at parcel center points using parcel numbers.  If some of our business systems can communicate using HTTP, I thought using the ArcGIS Server REST API with our map service would be ideal.  But first I needed to figure out how to do it.  What better way to test the concept by building a Python script! Continue reading

Python Library for Standardizing US Addresses

There is a very nice Python library that you can use to parse and standardize your addresses for geocoding.  Use it to clean up your messy address data.

65c6ae62-0545-11e5-8b65-5d9e71dface5

For more info and to download, visit https://github.com/datamade/usaddress.

To try it out live, visit https://parserator.datamade.us/usaddress.

For Python Nerds: The library utilizes a probabilistic, rather than rule-based approach to parse the data.  This means you can customize and build the library with your own training data if need be.

CCEA Meeting

Add April 7th to your calendars for the City and County Engineers Association (CCEA) meeting.

Time: Social – 11:30am to Noon, Buffet Lunch – Noon to 12:45pm, Program – 12:45pm to 1:30pm

Place: Luminarias Restaurant, 3500 Ramona Boulevard, Monterey Park, CA, 91754, (323) 268-4177

Cost: $30 – Members, $35 – Non-members, $15 – Students

Program: Marianne Jeffers, Section Head, LA County Mapping and GIS Services and Mark Greninger, Geographic Information Officer, LA County – “How LA County Public Works Improves Services with GIS”

Please RSVP by Tuesday, April 5th, 2016

OpenStreetMap Mapathon

Hi SoCalGIS group,

We’re reaching out to you and your organization about an upcoming mapathon Saturday April 2nd (http://meetu.ps/2Wjm0m) at the LA Times in downtown LA to get people together to edit OpenStreetMap and import all the buildings in the City of Los Angeles!

This is part of a larger effort to import all 3 million buildings in Los Angeles County using open data from the LARIAC (Los Angeles Region Imagery Acquisition Consortium) Program and the L.A. County Assessor. The import will improve Southern California’s maps by adding building shapes and data on heights, elevation, general use, year built, and the number of residential units. Continue reading