movingpandas
MovingPandas - a Python library for movement data exploration and analysis
File Explorer
Download Latest Version (.zip)- bug_report.md
- config.yml
- feature_request.md
- release_to_pypi.yml
- tests.yaml
- favicon.png
- api.rst
- trajectory.rst
- trajectoryaggregator.rst
- trajectorycleaner.rst
- trajectorycollection.rst
- trajectorygeneralizer.rst
- trajectorysmoother.rst
- trajectorysplitter.rst
- trajectorystopdetector.rst
- conf.py
- index.rst
- environment.yml
- make.bat
- Makefile
- __init__.py
- mftrajectory.json
- movingfeatures.json
- movingfeatures_collection.json
- test_geometry_utils.py
- test_io.py
- test_overlay.py
- test_point_clusterer.py
- test_show_versions.py
- test_trajectory.py
- test_trajectory_aggregator.py
- test_trajectory_cleaner.py
- test_trajectory_collection.py
- test_trajectory_generalizer.py
- test_trajectory_plotter.py
- test_trajectory_smoother.py
- test_trajectory_splitter.py
- test_trajectory_stop_detector.py
- _multi_threading.py
- _show_versions.py
- _warnings.py
- __init__.py
- geometry_utils.py
- io.py
- overlay.py
- point_clusterer.py
- spatiotemporal_utils.py
- trajectory.py
- trajectory_aggregator.py
- trajectory_cleaner.py
- trajectory_collection.py
- trajectory_generalizer.py
- trajectory_plotter.py
- trajectory_smoother.py
- trajectory_splitter.py
- trajectory_stop_detector.py
- trajectory_utils.py
- unit_utils.py
- 304 to UL 2019-02-18 0745.gpx
- 304.README
- demodata_ais.gpkg
- demodata_geolife.csv
- demodata_geolife.gpkg
- demodata_geolife.parquet
- demodata_geolife.README
- demodata_gulls.gpkg
- demodata_gulls.README
- mf-trajectory.json
- mf-trajectory.README
- movingfeatures.json
- movingfeatures.README
- soccer_field.png
- soccer_field.README
- stops_304_to_ul.gpkg
- trajectory_context.PNG
- trajectory_distance.PNG
- trajectory_length.PNG
- 0-debug.ipynb
- 1-getting-started.ipynb
- 2-reading-data-from-files.ipynb
- 3-generalization-and-aggregation.ipynb
- 4-stop-detection.ipynb
- 5-local-coordinates.ipynb
- 6-trajectory-metrics.ipynb
- 7-multithreading.ipynb
- 8-ogc-moving-features.ipynb
- 9-benchmark.ipynb
- .gitignore
- .pre-commit-config.yaml
- CODE_OF_CONDUCT.md
- codecov.yml
- CONTRIBUTING.md
- environment-geopandas-pre1.0.yml
- environment-minimum-3.9.yml
- environment-minimum.yml
- environment.yml
- LICENSE.txt
- MANIFEST.in
- pyproject.toml
- README.md
- readthedocs.yml
- setup.cfg
# Installation Guide
1. Get the code
git clone https://github.com/movingpandas/movingpandas
Downloads the entire project code from GitHub to your computer.
cd movingpandas
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install --editable .
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install --editable .
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
