Python support library for SimWrapper data visualization tool
Project description
SimWrapper Python Tools
Official python library for working with SimWrapper.
SimWrapper is a data visualization tool for exploring large transport simulation results.
About this library
This library contains the "simwrapper" command-line tool, which allows browsing of local files on your PC/laptop using the SimWrapper website.
We are at the very early stages of building this tool. The API will change, things will break, and there are certainly bugs.
- Our primary goal is to make it easy to get local simulation results viewable using the SimWrapper website.
- We have only tested this using Anaconda Python. Only Python 3.x is supported.
Installation
Install once, using pip install simwrapper
Usage
simwrapper knows two commands:
-
simwrapper servestarts a local file server in the current directory. Run this command, then browse to either https://vsp.berlin/simwrapper or https://activitysim.github.io/dashboard to view your local folder outputs. -
simwrapper open [vsp|asim]opens a new web browser tab AND a local file server in the current directory. The site will only operate as long as you keep that local server running, so don't close the command window.- For the ActivitySim site, use
simwrapper open asim - For the VSP MATSim site, use
simwrapper open vsp
- For the ActivitySim site, use
Running as HTTPS - required for Safari
Safari blocks HTTPS websites (such as SimWrapper VSP and ASIM) which access localhost resources such as this local simwrapper file server. You can run simwrapper in HTTPS mode by following these extra instructions.
Both simwrapper commands accept --key and --cert options to specific the two pieces of a PEM certicate. You can create a PEM certificate for "localhost" and install it in your browser's certificate database with the following commands.
This requires Homebrew, which supplies the brew command.
brew install mkcert nss # installs mkcert command
mkcert localhost # Create PEM key/cert files for "localhost"
mkcert -install # Installs certificates in browser
This creates two files: localhost.pem and localhost-key.pem. Move them somewhere where you cn find them.
Now you can run simwrapper as follows:
simwrapper serve --cert localhost.pem --key localhost-key.pemsimwrapper open asim --cert localhost.pem --key localhost-key.pem
That's it!
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.3.0 (2021-12-05)
Features
- Learned --cert and --key fields to support HTTPS for Safari. See docs. (fd8e286)
1.2.1 (2021-12-01)
Bug Fixes
- Update docs to include changelog (796bcf4)
1.2.0 (2021-12-01)
Features
- Learned new command "simwrapper open [vsp/asim]" (80551ae)
Bug Fixes
- use next open port, starting at 8000 (3501c21)
1.1.0 (2021-12-01)
Features
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simwrapper-1.3.0.tar.gz.
File metadata
- Download URL: simwrapper-1.3.0.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c24b973156feab68190b711b0f935253691b0e5b20020f2bb2f5546f39050e9
|
|
| MD5 |
f697b3624ba306dc4c361ae84eab6112
|
|
| BLAKE2b-256 |
af45b745930f1bee6cc475ebbff681b4cab4a2abd9bbca399679aa89b02e4aca
|
File details
Details for the file simwrapper-1.3.0-py3-none-any.whl.
File metadata
- Download URL: simwrapper-1.3.0-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90caa5815a9657b0586cc2c43d66b8dcd4627bf55a3e5b9c9babd85f316464a8
|
|
| MD5 |
626f3a0f89f4dcfc388cbf9c19c26c24
|
|
| BLAKE2b-256 |
10ccc38a087c3449946d1ea154b500d62aa902a2bf0d170e3c0ad7a36e26ea48
|