Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable popgetter to build WASM target #78

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
cd221b6
Moving to worspace structure
stuartlynn Jun 10, 2024
661c1af
Stubbing out python lib
stuartlynn Jun 10, 2024
9c50622
Stubbing out basic python interface
stuartlynn Jun 12, 2024
aaae45b
Format
stuartlynn Jun 12, 2024
82974c2
Merge branch 'main' into python_bindings
sgreenbury Jul 16, 2024
3ba1b75
Revise following changes for v0.2.0
sgreenbury Jul 16, 2024
13a4854
Fix version
sgreenbury Jul 16, 2024
b7c4c93
Add data request config
sgreenbury Jul 17, 2024
b1eebb9
Add FromStr impl for YearRange
sgreenbury Jul 17, 2024
b3f5475
Add try_from for DataRequestSpec into SearchParams
sgreenbury Jul 17, 2024
e3b20cc
Add bbox to search params, use FromStr impl
sgreenbury Jul 17, 2024
f380178
Reimplement recipe command, make geometry spec optional
sgreenbury Jul 17, 2024
cc65265
Refactor writing output
sgreenbury Jul 25, 2024
7a39e7b
Include additional error handling for recipes
sgreenbury Jul 25, 2024
f57460f
Add MetricText for search params from data request spec
sgreenbury Jul 25, 2024
dbd1c60
Update gitignore
sgreenbury Jul 26, 2024
7d73d94
Add get API for popgetter
sgreenbury Jul 26, 2024
96d427f
Merge branch '67-reimpl-recipe' into python_bindings_with_67
sgreenbury Jul 26, 2024
1f98b0f
Add popgetter_wasm crate
sgreenbury Jul 26, 2024
46f0432
Update deps and features for wasm target
sgreenbury Jul 30, 2024
6bc7ea8
Fix load_metadata path for WASM
sgreenbury Jul 31, 2024
d480499
Fix target and fmt
sgreenbury Aug 1, 2024
42febd4
Refactor get_metrics as async to enable WASM version
sgreenbury Aug 6, 2024
3193fed
Add wasm_bingen_test for get_metrics, fix warnings
sgreenbury Aug 7, 2024
77bbcee
Merge pull request #76 from Urban-Analytics-Technology-Platform/73-wa…
sgreenbury Aug 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/target
.DS_Store
.vscode
Cargo.lock
Loading
Loading