Greppo - python framework for building geospatial dashboards and web-apps #1342
krish-adi
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
PR welcome to include on our Third party packages list. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there Starlette users 👋,
Greppo repo - https://github.com/greppo-io/greppo
Greppo is a python framework for Data Scientists looking to prototype interactive Geospatial web-applications with Python. The library is a toolkit to quickly integrate data, algorithms, APIs and visualizations without any frontend code. It provides APIs to recompute the backend logic (a data mutation hook for the backend) and the updates are reflected in the frontend. All the worries of building backend, frontend and APIs taken care.
Here’s an example of an app that we built in a few minutes, and deployed using docker container service: app. We visualize the public amenities (toilets, atm etc) in San Francisco, and display the count within a selected area. You can interact with the app by modifying the pre-selected area loaded by default on the app or adding a new one. On update, the bar chart should reflect the new counts across the selected areas.
To get started simply install with pip,
pip install greppo
.We are actively developing Greppo, and would love to hear your feedback!
It uses Starlette ! So a shout out and thanks to the encode/starlette team 🙌 !
Beta Was this translation helpful? Give feedback.
All reactions