Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ni1o1 authored Jun 15, 2023
1 parent d7ecac7 commit e1f7906
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,25 @@ Currently, `TransBigData` mainly provides the following methods:
* **Trajectory Processing**: Provides methods to process trajectory data, including generating trajectory linestring from GPS points, and trajectory densification, etc.
* **Basemap Loading**: Provides methods to display Mapbox basemap on matplotlib figures


#### Grid processing framework offered by TransBigData

Here is an overview of the gridding framework offered by `TransBigData`.

![1648715064154.png](https://github.com/ni1o1/transbigdata/raw/main/image/README/1648715064154.png)

See [This Example](https://github.com/ni1o1/transbigdata/blob/main/docs/source/gallery/Example%202-Grid-base%20processing%20framework%20of%20TransBigData.ipynb) for further details.


#### Trajectory processing framework offered by TransBigData

Here is an overview of the Trajectory processing framework offered by `TransBigData`.

![trajs.png](https://github.com/ni1o1/transbigdata/blob/main/docs/source/images/trajs.png)

See [This Example](https://github.com/ni1o1/transbigdata/blob/main/docs/source/gallery/Example%203-Trajectory%20processing%20using%20TransBigData.ipynb) for further details.


## Installation

`TransBigData` support Python >= 3.6
Expand Down Expand Up @@ -317,14 +336,6 @@ plt.show()

![1648714582961.png](https://github.com/ni1o1/transbigdata/raw/main/image/README/1648714582961.png)

#### Griding framework offered by TransBigData

Here is an overview of the gridding framework offered by `TransBigData`.

![1648715064154.png](https://github.com/ni1o1/transbigdata/raw/main/image/README/1648715064154.png)

See [This Example](https://github.com/ni1o1/transbigdata/blob/main/docs/source/gallery/Example%202-Grid-base%20processing%20framework%20of%20TransBigData.ipynb) for further details.

## Citation information [![DOI](https://zenodo.org/badge/419559811.svg)](https://zenodo.org/badge/latestdoi/419559811) [![status](https://joss.theoj.org/papers/d1055fe3105dfa2dcff4cb6c7688a79b/status.svg)](https://joss.theoj.org/papers/d1055fe3105dfa2dcff4cb6c7688a79b)

Please cite [this](https://doi.org/10.21105/joss.04021) when using `TransBigData` in your research. Citation information is as follows:
Expand Down

0 comments on commit e1f7906

Please sign in to comment.