Skip to content

Commit

Permalink
Merge pull request #8 from JDA-DM/v1.0.1
Browse files Browse the repository at this point in the history
V1.0.1
  • Loading branch information
koswatana authored Jan 25, 2023
2 parents 725723a + e9525b3 commit 5368248
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,10 @@ pip install git+https://github.com/JDA-DM/mojxml2geojson.git

## Usage

### Single File

```bash
mojxml2geojson ./moj.xml
```

### Multiple files

```bash
cd [target directory]
ls -1 *.xml|xargs -I{} mojxml2geojson ./{}
```

**Parallel Processing**

```bash
ls -1 *.xml|xargs -P100 -I{} mojxml2geojson ./{}
```

### PyTest

```bash
Expand Down
2 changes: 1 addition & 1 deletion src/mojxml2geojson/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.0'
__version__ = '1.0.1'

0 comments on commit 5368248

Please sign in to comment.