-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
setuptools.setup( | ||
name="gpsclean", | ||
version="1.0.0", | ||
version="1.0.1", | ||
author="Davide Sbetti", | ||
author_email="[email protected]", | ||
description="An application to correct a GPS trace using machine learning techniques", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
Metadata-Version: 2.1 | ||
Name: gpsclean | ||
Version: 1.0.0 | ||
Version: 1.0.1 | ||
Summary: An application to correct a GPS trace using machine learning techniques | ||
Home-page: https://github.com/sbettid/GPSClean | ||
Author: Davide Sbetti | ||
Author-email: [email protected] | ||
License: UNKNOWN | ||
Project-URL: Bug Tracker, https://github.com/sbettid/GPSClean/issues | ||
Platform: UNKNOWN | ||
Classifier: Programming Language :: Python :: 3 | ||
Classifier: License :: OSI Approved :: MIT License | ||
Classifier: Operating System :: OS Independent | ||
|
@@ -81,5 +79,3 @@ In order to run the application, please follow the subsequent steps: | |
2) Install the downloaded package by executing the following command: `pip install --extra-index-url https://google-coral.github.io/py-repo/ gpsclean-x.y.z-py3-none-any.whl` | ||
3) Now you are ready to clean your first GPS trace by executing the following command: `gpsclean path/to/your_trace.gpx` | ||
4) In the same folder where the original trace resides, you will find a cleaned version of the trace with the suffix "_cleaned" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
[console_scripts] | ||
gpsclean = gpsclean.gpsclean:main | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters