Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 1199:cc8f770796cb
PRFParser: Extract the year of sounding and description from file names.
flys-backend/trunk@2302 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 07 Jul 2011 14:41:52 +0000 |
parents | 661a9304f2f5 |
children | 7c88650ff548 |
comparison
equal
deleted
inserted
replaced
1198:661a9304f2f5 | 1199:cc8f770796cb |
---|---|
1 2011-07-07 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/importer/PRFParser.java: | |
4 Extract the year of sounding from file names. If not found | |
5 from the name of th containing directory. Description is made | |
6 of file name and parent directory file name. | |
7 | |
1 2011-07-07 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 8 2011-07-07 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 9 |
3 * src/main/java/de/intevation/flys/importer/PRFParser.java: | 10 * src/main/java/de/intevation/flys/importer/PRFParser.java: |
4 Extracted the data. All BfG PRFs are parsed correctly, now. | 11 Extracted the data. All BfG PRFs are parsed correctly, now. |
5 | 12 |