pnorman / ogr2osm

pnorman's version of UVM's Rewrite of ogr2osm
Other
78 stars 46 forks source link

OGR access methods, ID counter saving and separation of classes #23

Closed tpikonen closed 11 years ago

tpikonen commented 11 years ago

This branch has three new features:

Transparent support for compressed OGR files.

Saving and reloading of elementIdCounter to / from a file.

Moving class definitions to a separate file geom.py, so that they can be used in translation functions. Includes some necessary refactoring, such as removing global variables.

tpikonen commented 11 years ago

I made the /vsi* method handling code a little more general in my master branch. If you think it's ok, I can rebase it to a cleaner patch stack and make a new pull request.