Skip to content

Commit

Permalink
DEP: upgrade dependencies (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgebhart authored Feb 6, 2022
1 parent b419cd6 commit 1dcae21
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 207 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ mapa uses numpy and numba under the hood to crunch large amounts of data in litt

mapa provides the following approaches for creating STL files:

### 2. Using the mapa interactive map
### 1. Using the mapa interactive map
The easiest way is using the `mapa` cli. Simply type
```
mapa
```
A [jupyter notebook](https://jupyter.org/) will be started with an interactive map. Follow the described steps by
executing the cells to create a 3d model of whatever place you like.

### 1. Using the dem2stl cli
### 2. Using the dem2stl cli
The `dem2stl` cli lets you create a 3d-printable STL file based on your tiff file. You can run a demo computation to get
a feeling of how the output STL will look like:
```
Expand Down
Loading

0 comments on commit 1dcae21

Please sign in to comment.