mojodna / osm-pds-pipelines

OSM PDS pipeline
https://quay.io/repository/mojodna/osm-pds-pipelines
ISC License
31 stars 4 forks source link

Implementing functions/changes-json #2

Closed kamicut closed 6 years ago

kamicut commented 6 years ago

Per our discussion off repo, I'll be working on a changes-json lambda function that has the same functionality as changes-xml but outputs json using osm2obj.

Since osm2obj doesn't seem to handle the changesets case, what are your thoughts on how to handle a changesets-json and a json format for changesets? Add something to osm2obj, or rip the parser from planet-stream and add it here?

mojodna commented 6 years ago

osm2obj does support changesets.

kamicut commented 6 years ago

You're right, I got it to work.