Marc Farra
Marc Farra
When following the README requirements for installation with pip, after `pip install geopyspark` and before `geopyspark install-jar`, I was prompted to install `rasterio`. I installed it using `pip install rasterio`...
[MBtiles](https://github.com/mapbox/mbtiles-spec) is a portable vector file format, storing tiles in an SQLite file. It is widely used in tools to [process and visualize vector tiles](https://github.com/mapbox/awesome-vector-tiles). Vectorpipe should support this output...
Hey 👋 At SOTMUS 23, we presented https://mapping.team, OSM Teams v2.0. It allows community managers to organize their mappers into teams, and then integrate those teams into various applications without...
## I am proposing OSM Hover Cards Wipedia has added [Page Previews](https://medium.com/freely-sharing-the-sum-of-all-knowledge/wikipedia-page-previews-738cddac7a21). I think it would be cool to have something similar to that and Github Hover Cards for OSM....
I was unable to create a webhook using the `webhooks.createWebhook(params)` call. I was getting an `invalid request` error, even with the shape of data according to the [documentation](https://developers.asana.com/docs/establish-a-webhook#establish-a-webhook) ``` const...
Now that OSM has enabled OIDC https://github.com/openstreetmap/openstreetmap-website/pull/4226, we can investigate deprecating the https://github.com/developmentseed/osm-teams-auth-v1 service by moving the Oauth2 login to Ory.sh Identities. Related to #456, as we'll be able to...
From #259 review by @vgeorge - We should disallow modifying property type after it is created as there will be no way of parsing existing data (changing date to telephone,...
https://dev.mapping.team/api/organizations/5/teams will return a 500 right now because it is looking for `userId` somewhere in the response and not finding it.
Right now we are allowing CORS for all incoming requests. We can figure out a mechanism by which we only allow CORS for clients that have registered with osm teams....
I've added an httpAgent API test for `/api/my/teams` which is inside the new `/pages/api` structure. We need another test for older API routes that have not been migrated to `/pages/api`...