Skip to content

Commit

Permalink
JLBS paper version
Browse files Browse the repository at this point in the history
  • Loading branch information
anitagraser committed Mar 11, 2021
1 parent 1af4fab commit 2577b5b
Show file tree
Hide file tree
Showing 5 changed files with 1,367 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,6 @@ dmypy.json

# Pyre type checker
.pyre/
data/aisdk_20170701.csv
data/aisdk_20180101.csv
*.pkl
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# EDA-protocol-movement
# A protocol for identifying problems in continuous movement data

This notebook provides an open-source implementation of the protocol presented in the paper:

Graser, A. (2021) An exploratory data analysis protocol for identifying problems in continuous movement data. *Journal of Location Based Services.* http://dx.doi.org/10.1080/17489725.2021.1900612.

The individual protocol steps are demonstrated using a dataset of vessel tracking data (AIS) published by the Danish Maritime Authority. The demo data covers two days (July, 1st 2017 and January, 1st 2018). Since the datasets are too large for Github, they have been made available via Figshare: https://doi.org/10.6084/m9.figshare.11577543
1 change: 1 addition & 0 deletions data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Since the datasets are too large for Github, they have been made available via Figshare: https://doi.org/10.6084/m9.figshare.11577543
22 changes: 22 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: eda4m
channels:
- conda-forge
- default
dependencies:
- python=3.7
- numpy
- cython
- matplotlib
- seaborn
- pandas
- geopandas
- rasterio
- hvplot
- bokeh
- proj
- cartopy
- geoviews
- scikit-learn
- geopy
- panel
- movingpandas
Loading

0 comments on commit 2577b5b

Please sign in to comment.