Menu

Commit [r14721]  Maximize  Restore  History

restructuring GPSProcessing to Version 2.0 - step 7 (person statistics calculation and writing done; ready for testing)

scnadine 2011-03-21

1 2 > >> (Page 1 of 2)
changed /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/config.xml
changed /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsCompareWithFlammData/GPSCompareWithFlammData.java
changed /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessing/personAlgorithms/GPSPersonWritePersonStatistics.java
changed /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessing/tripAlgorithms/GPSTripWriteChosenRoutesForGIS.java
changed /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/GPSPersonAlgorithms/GPSCalcPersonStatistics.java
changed /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/GPSPersonAlgorithms/GPSPersonAlgorithm.java
added /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/GPSPersonAlgorithms/GPSPersonWriteOverallStatistics.java
added /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/GPSPersonAlgorithms/GPSPersonWriteStatistics.java
changed /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/GPSProcessing.java
added /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/GPSWriteIndividualOutput.java
added /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/GPSWriteOverallOutput.java
added /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/coordAlgorithms/GPSCoordWriteWGS84.java
renamed /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointAlgorithms/GPSStopPointWriter.java -> /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointAlgorithms/GPSStopPointWriteStatistics.java
changed /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStageAlgorithms/GPSStopPointStageAlgorithm.java
changed /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStageAlgorithms/GPSStopPointStageCalc95PercentileAcceleration.java
changed /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStageAlgorithms/GPSStopPointStageCalc95PercentileSpeed.java
changed /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStageAlgorithms/GPSStopPointStageCalcAverageSpeed.java
changed /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStageAlgorithms/GPSStopPointStageCalcCharacteristics.java
changed /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStageAlgorithms/GPSStopPointStageCalcDistance.java
changed /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStageAlgorithms/GPSStopPointStageCalcDuration.java
changed /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStageAlgorithms/GPSStopPointStageCalcMedianAcceleration.java
changed /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStageAlgorithms/GPSStopPointStageCalcMedianSpeed.java
changed /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStageAlgorithms/GPSStopPointStageFilterBadMapMatchingStages.java
copied /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms -> /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStageAlgorithms
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/config.xml Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsCompareWithFlammData/GPSCompareWithFlammData.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessing/personAlgorithms/GPSPersonWritePersonStatistics.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessing/tripAlgorithms/GPSTripWriteChosenRoutesForGIS.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/GPSPersonAlgorithms/GPSCalcPersonStatistics.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/GPSPersonAlgorithms/GPSPersonAlgorithm.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/GPSPersonAlgorithms/GPSPersonWriteOverallStatistics.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/GPSPersonAlgorithms/GPSPersonWriteStatistics.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/GPSProcessing.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/GPSWriteIndividualOutput.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/GPSWriteOverallOutput.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/coordAlgorithms/GPSCoordWriteWGS84.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStageAlgorithms/GPSStopPointStageAlgorithm.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStageAlgorithms/GPSStopPointStageCalc95PercentileAcceleration.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStageAlgorithms/GPSStopPointStageCalc95PercentileSpeed.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStageAlgorithms/GPSStopPointStageCalcAverageSpeed.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStageAlgorithms/GPSStopPointStageCalcCharacteristics.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStageAlgorithms/GPSStopPointStageCalcDistance.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStageAlgorithms/GPSStopPointStageCalcDuration.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStageAlgorithms/GPSStopPointStageCalcMedianAcceleration.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStageAlgorithms/GPSStopPointStageCalcMedianSpeed.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStageAlgorithms/GPSStopPointStageFilterBadMapMatchingStages.java Diff Switch to side-by-side view
Loading...
1 2 > >> (Page 1 of 2)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.