Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geocode non-geocoded datasets #20

Closed
2 tasks
michaelkirk opened this issue Nov 19, 2015 · 5 comments
Closed
2 tasks

Geocode non-geocoded datasets #20

michaelkirk opened this issue Nov 19, 2015 · 5 comments

Comments

@michaelkirk
Copy link

(extracted from #16)

We want to map all the unused parcels that we know about, but some of our parcel data is not in a format readily mappable. E.g. at least one of our datasources is a spreadsheet with addresses, but we need something more like a latitude/longitude to be able to put it on a map. In other words, we need to geocode some of our data.

  • Which datasets are not geocoded?
  • What, if anything, needs to be done to geocode them? (make separate issues as appropriate)

Common approaches might be:

  1. Does it have an address we can process in a geocoding service? (e.g. google has something...)
  2. Does it have an APN we could link to an existing parcel with a known lat/lon or better yet, is there an APN geocoding service in LA?
@michaelkirk
Copy link
Author

One thing I'm trying to get better at solving generally is a workflow for taking some raw data from some "authoritative" source and transforming it into something useful (which can be multiple steps), but doing it in such a way that explains where your data came from and exactly what you did to it in order to get what you wanted.

Something like a "data" catalog. Really it could be as simple as a TOC.md in the data/ folder with a line or two about the progeny of each file.

@michaelkirk
Copy link
Author

woops. Didn't mean to close. FYI I'm working on this this afternoon.

@michaelkirk michaelkirk reopened this Nov 19, 2015
@juansvas
Copy link

@michaelkirk i started up a table listing which files have ains & addresses & not. I can geocode the ones we have addresses for - do you recommend a particular service? i usually use http://www.gpsvisualizer.com/ but it only takes batches of less than 500 so i'm wondering what's a better tool for the assessor files (7K+ records)

@juansvas
Copy link

@michaelkirk @machikoyasuda @cityhubla Quick update on progress that's happened on our end... we're working with Compiler LA to create one centralized, deduped and cleansed workbook of all City-owned properties and showing which of the many lsits that we have they all appear on. That should be done within the next 2 weeks.

I know my team and I have struggled to keep continuity going so perhaps we can boil down the way we collaborate to way more specific questions (which will be easier to answer w the centralized book)?

@michaelkirk
Copy link
Author

Hey that's good news @juansvas! Happy to help if you have a work-party.

On Wed, Dec 9, 2015 at 4:09 PM, juansvas [email protected] wrote:

@michaelkirk https://github.com/michaelkirk @machikoyasuda
https://github.com/machikoyasuda @cityhubla
https://github.com/cityhubla Quick update on progress that's happened
on our end... we're working with Compiler LA to create one centralized,
deduped and cleansed workbook of all City-owned properties and showing
which of the many lsits that we have they all appear on. That should be
done within the next 2 weeks.

I know my team and I have struggled to keep continuity going so perhaps we
can boil down the way we collaborate to way more specific questions (which
will be easier to answer w the centralized book)?


Reply to this email directly or view it on GitHub
#20 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants