Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

peermaps

peer to peer cartography
Collective - Host: opensource - https://opencollective.com/peermaps - Website: https://peermaps.org - Code: https://github.com/peermaps

Move unused comments to pack.rs for starting stubs

github.com/peermaps/ingest - 4d8aee7784147284ed2c591228b3bfa7d5f34d23 authored about 4 years ago
Properly denormalize relations & ways

github.com/peermaps/ingest - 334d6a5afc28a96cd9aeb9350340201dd5479e48 authored about 4 years ago
Start refactor to write o5m files using vadeen_osm

github.com/peermaps/ingest - 19676dd00cc3f6426e4508dc4b4c73c0fe5983dd authored about 4 years ago
fix: Don't parallelize reader as it reads nodes last

github.com/peermaps/ingest - cde04e9c961fd349941ab97dd937a664458a8bae authored about 4 years ago
fix: finish way denormalize function

github.com/peermaps/ingest - 8d5bd346cdb6a3b73f88242a165e9eb85254221e authored about 4 years ago
feat: Denormalize ways

github.com/peermaps/ingest - bc183e8049dce91f5dddf4f08d5e75817d4edb0b authored about 4 years ago
chore: Add README.md

github.com/peermaps/ingest - 7f1b969368c594e285e352cd9261d6fc2bce082b authored about 4 years ago
Don't require lifetimes; remove unused lib file

github.com/peermaps/ingest - 8b66eb97d797343c21467d67a7acb59590c9baec authored about 4 years ago
Initial commit: add denormalize function

github.com/peermaps/ingest - 6e09a1c22d6c11d7df8638ab791ebedc298bf8d9 authored about 4 years ago
map cchanges size on window resize, aspect added to line fill in x dimension

github.com/peermaps/mixmap-georender - f7f6a2b08e6074c3cda90d3e2b160107725855a1 authored about 4 years ago
partly fixed but some duplicates in query results

github.com/peermaps/eyros - 093cae69fff4b32b1d23bdf2f5dac06fdf7578c9 authored about 4 years ago
fix: Use local earcutr path

github.com/peermaps/georender-pack.rs - 2155983a1e27f598454506911d1f09348409fd74 authored about 4 years ago
chore: update Readme with correct submodule command

github.com/peermaps/georender-pack.rs - 94d9150bf4a706e6679afc39d4dc24257b96fe54 authored about 4 years ago
fix: add earcutr as a submodule dependency path package

github.com/peermaps/georender-pack.rs - 9c55129ff52cff6ce4dcb63dbbc949e6e3da4c44 authored about 4 years ago
chore: add fixtures to gitignore

github.com/peermaps/georender-pack.rs - 8ddc6f731aa6645347eac8794197cec5c70868c3 authored about 4 years ago
chore: remove example print from Cargo.toml

github.com/peermaps/georender-pack.rs - 162e22d08980d16522c8b6366f06c2e23c3d04f1 authored about 4 years ago
feat(performance): get_positions now estimates capacity of return vector

github.com/peermaps/georender-pack.rs - ee84b931467f17d21a85e80c9d9dc13bc0cd24b3 authored about 4 years ago
chore(internal): Separate label and tags, non-API breaking change

github.com/peermaps/georender-pack.rs - 94e62de23d0f63dcb38013edbf7b2c6d8f0ed80d authored about 4 years ago
chore: Update README and rust packaging files

github.com/peermaps/georender-pack.rs - 9d52e9ce99fda51b94ee48e38f80be6d940c5359 authored about 4 years ago
fix(PeerNode): Use a point tuple instead of lon, lat as separate arguments

github.com/peermaps/georender-pack.rs - 1346ebceaded4b96c936a4dd6554ac4947a803b6 authored about 4 years ago
fix: Bail with failure::Error for all encoding errors

github.com/peermaps/georender-pack.rs - 5edb6185a9635edb74334d7b158dbf711bfdb775 authored about 4 years ago
fix: encode:: convenience function should have the same argument order as PeerNode

github.com/peermaps/georender-pack.rs - 0d01dbd4dfdf26679cbb3757bd0aef3d9bee5730 authored about 4 years ago
chore: Update readme

github.com/peermaps/georender-pack.rs - a2bf7e7f5b9aafb6a97fe9b3ed1bc17ed51f1e29 authored about 4 years ago
fix: Use static strings as keys for osm_types HashMap

github.com/peermaps/georender-pack.rs - df60f7be961b5c908cee4d463886e4ec622e3a8a authored about 4 years ago
chore: remove random file that shouldn't be here

github.com/peermaps/georender-pack.rs - ea2bba3c06f1fba3ce704beeeeefc6d50d1a04bb authored about 4 years ago
feat(performance): Remove all growable vectors.

Labels now set values in place without growable vectors

github.com/peermaps/georender-pack.rs - 6cefd6a2184c852d302b4116c3ea3c9a2ccb8fa2 authored about 4 years ago
chore: Simplify API; remove unnecessary Rc & lifetimes

github.com/peermaps/georender-pack.rs - 13a3ac9fc6200d0e8380c25e75de2d3ac1fb2f5f authored about 4 years ago
chore(test): Add PeerArea test for a simple area

github.com/peermaps/georender-pack.rs - 38c5ca5483924aaadeb1397313ae5744caa70d52 authored about 4 years ago
feat: Use point::encode_with_offset for all coordinate encoding

github.com/peermaps/georender-pack.rs - 347eb85fe113940908699143a8bd315956e73f79 authored about 4 years ago
feat: Add cells to area encoding, using earcutr

github.com/peermaps/georender-pack.rs - 8f3d114aac150fb6a1791cf5a8ceadd7295c5bd0 authored about 4 years ago
feat: use f64 instead of f32 for lat, lon

github.com/peermaps/georender-pack.rs - 22ed58f9c204b55d192c88083d2bed239c640962 authored about 4 years ago
chore(test): add line test

github.com/peermaps/georender-pack.rs - a4e57d7841e9f2b55af93ba5a3f47663d9939fff authored about 4 years ago
fix: area should use new varint package

github.com/peermaps/georender-pack.rs - 800b952533567f5a33e77de32546c8f4e8c430c3 authored about 4 years ago
fix: lon/lat order was wrong for osmpbf example

github.com/peermaps/georender-pack.rs - 2ac0df997d1e6f7f709405b50c38af64dde0fba1 authored about 4 years ago
add PeerNode::new function; add test.

github.com/peermaps/georender-pack.rs - 0d444f87dd1357282d097936d89dc439341d06cd authored about 4 years ago
dont use varinteger package

github.com/peermaps/georender-pack.rs - 79a7c46dccbdd0e368545a9eb8c052e7f8abfd85 authored about 4 years ago
small changes in shaders.js

github.com/peermaps/mixmap-georender - 13e65ee8a14554d7e0981cfaffcc52c44cd5b7b9 authored about 4 years ago
fix: bug where varint was not properly padded

github.com/peermaps/georender-pack.rs - 1fb4bda2d8b5dc7437499b0130492074b7e19669 authored about 4 years ago
query implementation. some filtering issues

github.com/peermaps/eyros - 8d6e1f5fb824bcc02a1ee3ac1f0267c5c42e59d0 authored about 4 years ago
remove unnecessarly long length of node encoding

github.com/peermaps/georender-pack.rs - 0402fb1f525e29529c7917277fdd15dc64fcf636 authored about 4 years ago
more reorganizing types behind Arc/Mutex for query()

github.com/peermaps/eyros - 1fbecce0beade7e18a24db55991fba0f8a338795 authored about 4 years ago
bounds type

github.com/peermaps/eyros - 03ccce2ced6ee716e24daa944562031679210e2a authored about 4 years ago
factor out Stream type and remove generic type param for streams

github.com/peermaps/eyros - 2f7b15f425295f1b698ab09cd00d5620a298bd91 authored about 4 years ago
types agree for queries

github.com/peermaps/eyros - d483723d0869793a1d6309e412cc7e787125449b authored about 4 years ago
first attempt at dashed lines working

github.com/peermaps/mixmap-georender - c76150a33b66e80417e6070c882feb5c28fc8ed0 authored about 4 years ago
refactored index.js to shaders.js and prepare.js

github.com/peermaps/mixmap-georender - b4ec517fca8f263c326b1295aa8bca4c5316f37c authored about 4 years ago
changed line id calculation in decoder

github.com/peermaps/georender-pack - 26d399d1711bed6355d57d143256f814dbf7f956 authored about 4 years ago
fix: reorganize files and implement node + tags

github.com/peermaps/georender-pack.rs - 013374e2f573dc91e9d07d84ea6c402acb97679d authored about 4 years ago
fix: change hex library

github.com/peermaps/georender-pack.rs - e657537b9eae62505664ff6d16035aa5c17aff9b authored about 4 years ago
get closer to varint

github.com/peermaps/georender-pack.rs - f234ddae347e8e90f7a309176e228b9f750d1a51 authored about 4 years ago
chore: remove unused osmpbf.rs

github.com/peermaps/georender-pack.rs - d30efb67b9e00710f1d856339942dc379464177d authored about 4 years ago
gitignore for downloaded assets

github.com/peermaps/mixmap - 4027da7adf0dfcd3d1af5571eedf816a070f32a9 authored about 4 years ago
download scripts and dev deps

github.com/peermaps/mixmap - f6f2407d832a120b18336562bc0049897731670c authored about 4 years ago
fix: get better testing, add ::new

github.com/peermaps/georender-pack.rs - b775a1c0c2fd38d031313c3824a67d405b2c6425 authored about 4 years ago
fix: use u64 for ids and osm types, get it to run with node version

github.com/peermaps/georender-pack.rs - d37913cf0f3a4490b8f0d821f3381799baa64498 authored over 4 years ago
fix: use osm-is-area and organize the encode module

github.com/peermaps/georender-pack.rs - 659bf821e76cf85cd124306d519f0ecab1bf4ad1 authored over 4 years ago
parsing implementation works

github.com/peermaps/eyros - ce698575425b3b81ab21fda9756e6efc2201cd66 authored over 4 years ago
moved code around to create shaders.js and prepare.js

github.com/peermaps/mixmap-georender - 1d74d0ad4f5687980202a872f579a6f2b30b4a24 authored over 4 years ago
fix: add osm-is-area to deps and update example

github.com/peermaps/georender-pack.rs - e8fc6d2936a6746e85cf0b2c8f7c0c7b5e113b0a authored over 4 years ago
chore(lint): use key/value instead of K/V

github.com/peermaps/georender-pack.rs - 509eccf8607e56051e6f596d0d77b653dd3f09de authored over 4 years ago
chore: remove unused imports

github.com/peermaps/georender-pack.rs - 2b4a399c50bb6f3fff196610e5f5ce962b79d2e5 authored over 4 years ago
chore: add *.pbf to gitignore

github.com/peermaps/georender-pack.rs - 6b3fd67e9b14b232717074064b29aa1d2a7e7e2f authored over 4 years ago
fix: remove alexandria.pbf

github.com/peermaps/georender-pack.rs - c2af418e12cb577640616e591e13461b44cac02e authored over 4 years ago
using a u32 for branch pointers. not crashing any more

github.com/peermaps/eyros - 5a0c8bdd0f96a0eef114b08b0ffc3705d128a807 authored over 4 years ago
+picking logic, some scaffolding for labels

github.com/peermaps/mixmap-georender - e6e0a2af1a868778d522d9b7b21adf2099306069 authored over 4 years ago
to_bytes for trees appears to work

github.com/peermaps/eyros - 49b546d5c923c2e81ada2e0ce5b8244d759ed836 authored over 4 years ago
fix: Move main.rs into example and create lib

github.com/peermaps/georender-pack.rs - 519e12676198b916695a07ec7422539e694990cb authored over 4 years ago
part of a to_bytes implementation from a recursive size calculation

github.com/peermaps/eyros - 2de2d400190c2af353cf76bff4660b17526c4da6 authored over 4 years ago
fixed spiky line normals

github.com/peermaps/mixmap-georender - 954ec8ed14ff6bd0aa249fb48bf4f646a65f38d7 authored over 4 years ago
bounds calculation

github.com/peermaps/eyros - 4553e2518afaa422c9172cd571bb42271b62065b authored over 4 years ago
new data schema

github.com/peermaps/eyros - 34575747150b4fd9c3b83a3ccb56eb72283731ef authored over 4 years ago
tree construction hooked up to DB

github.com/peermaps/eyros - 45ad8c6d83aebc9c7dd66a5cc3059705a6de60e4 authored over 4 years ago
top-level Point type but use dimension-specific internal structs

github.com/peermaps/eyros - b2d8419cf07bc7f15b7fa01acb9450c9c2ba9480 authored over 4 years ago
new stub structure for per-dimension modules

github.com/peermaps/eyros - 5a586982c109320880f566b68247dea89b159254 authored over 4 years ago
parsing implementation

github.com/peermaps/eyros - 44e7975aa98303c22362774202d4590e0a3b2bbb authored over 4 years ago
split out serialization into separate file

github.com/peermaps/eyros - 4d2c0071ca30d01f57f4f9f879c2870abd77778f authored over 4 years ago
untested block-cluster serialization

github.com/peermaps/eyros - 0cad39c5d3b3f5864eee2926371a33dcdea02ef8 authored over 4 years ago
stable type parameters. list and merge implementations

github.com/peermaps/eyros - bfc7ac005df8eeebf15207b412a3c88583fdb249 authored over 4 years ago
line and stroke width calculations seem to be correct

github.com/peermaps/mixmap-georender - 81ca5d923b4449246469406012719101e34c6db0 authored over 4 years ago
line stroke and fill in 2 draw calls. z indexing added.

github.com/peermaps/mixmap-georender - cac92d470eef090f3b617fcbce4d501577a5b00c authored over 4 years ago
line stroke implemented in a single draw call

github.com/peermaps/mixmap-georender - 9c661002e34c7ee9a1566d5b86d615f53136451d authored over 4 years ago
new block cluster prototype

github.com/peermaps/eyros - da5ee1ebacf01741e41cf84d08674338a5d10ce0 authored over 4 years ago
Delete features.json

github.com/peermaps/georender-pack.rs - 42f1dabc2c34f140555d9943bbb403b61a557203 authored over 4 years ago
fix: got it to run, but fails to parse

github.com/peermaps/georender-pack.rs - d4b5d2742d98e3c749b048285e8b88a43cecc0b8 authored over 4 years ago
Add structs and update to latest buffer schema

github.com/peermaps/georender-pack.rs - ccb2e27f923cee06631436b2f20f0fb75820e86c authored over 4 years ago
example to determine area/compactness

github.com/peermaps/eyros - e8f0930eb9f039affb0e0c63e05e59837128d749 authored over 4 years ago
link to npm package in readme

github.com/peermaps/eyros - 6140d67880e96e9f2685090aa7edf71add7a64cb authored over 4 years ago
error properly in wasm

github.com/peermaps/eyros - 7877e1b7413d24167b56488b2a890b934fdb0919 authored over 4 years ago
node example in readme

github.com/peermaps/eyros - dc49eb7dc5fd36d8586c6970d6edda4f6299b9ce authored over 4 years ago
pkg ready for publishing

github.com/peermaps/eyros - d5f3732a33cdc7b35e08e2e426dd49c5fb88db1f authored over 4 years ago
separate builds for each dimension

github.com/peermaps/eyros - 28e6c5442f3f7409d1ce0e104103a1cc1f2dbb47 authored over 4 years ago
macros to create wasm interfaces

github.com/peermaps/eyros - 5a9b8d6fd0084999098bc3e51b6dda164863d316 authored over 4 years ago
pass through truncate, del, and sync

github.com/peermaps/eyros - 495c89666c83e669231261d632ec32a387435fbd authored over 4 years ago
line style texture is now 2 pixels tall

github.com/peermaps/mixmap-georender - 6ce2607b9311958cfc244fab734f30a47ee34b45 authored over 4 years ago
document Block, Cursor, Storage. fix test

github.com/peermaps/eyros - 8331c2ac4abbcbea3dcc4ad5b9eb6fd029565fda authored over 4 years ago
trim example js

github.com/peermaps/eyros - 7a6d6dc2c2247c239b2ee2b152028069a3f02993 authored over 4 years ago