Skip to content

Commit

Permalink
readme and changes edit
Browse files Browse the repository at this point in the history
  • Loading branch information
bbauerma committed Jul 23, 2019
1 parent ecdd246 commit becb90f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
Changelog
=========

Version v0.0.X
Version v0.0.5
==============

- new structure for 'naming_conventions' (implemented: SGRT, EODR)
- more options for en/decoding of filename fields.
- includes now file search and volume determination

Version v0.0.2
==============

- Switch to PyScaffold v2.5.11
Expand Down
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ A package for creating, quering, and searching in data structures holding geo da
Description
===========

Some general stuff goes here ...
This packages aims to provide a rich toolbox for efficient, quick, and precise handling of filenames and folder structures for geo-data, most conviniently when combined with grid objects as e.g. the https://github.com/TUW-GEO/Equi7Grid.

With pre-defined sets comprising string-definitions, folder path logics, and filename en-/decoders, a variety of file/folder naming conventions can be implemented.

The base classes SmartPath() and SmartTree() comprise also functions for file search and folder(-tree) volume determination.


Adding a new filenaming convention
--------------------------------
Expand Down

0 comments on commit becb90f

Please sign in to comment.