Skip to content

Commit

Permalink
Little text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alex73 committed Apr 10, 2015
1 parent a361f5a commit babc1c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GNU LESSER GENERAL PUBLIC LICENSE
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ OSMemory

Library for OpenStreetMap data processing. It can be used for validators, extractors, etc.

Stream processing is not enough for many tasks where you need to load coordinates of many ways and relations, find by id, by area, by attributes. Only PostgreSQL can do it today, but it requires installation and long data loading.

When I created some validators, there were some requirements:

* Validators should be simple for write, installation and running
Expand All @@ -11,6 +13,8 @@ When I created some validators, there were some requirements:

That's why this library was written.



Memory is cheap today, but it's impossible to load full planet in memory yet. Today it's enough for loading region.
If it will be required, there are some additional ways for memory usage optimization.

Expand Down

0 comments on commit babc1c8

Please sign in to comment.