https://github.com/the-extra-project/geospatial-pipelines
E2E pipelines to run geospatial data analysis and operations on top of decentralised compute.
https://github.com/the-extra-project/geospatial-pipelines
geospatial-processing web3
Last synced: 12 days ago
JSON representation
E2E pipelines to run geospatial data analysis and operations on top of decentralised compute.
- Host: GitHub
- URL: https://github.com/the-extra-project/geospatial-pipelines
- Owner: The-Extra-Project
- License: mit
- Created: 2023-09-01T10:51:41.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-05-16T14:54:04.000Z (over 1 year ago)
- Last Synced: 2025-09-29T02:23:28.354Z (4 months ago)
- Topics: geospatial-processing, web3
- Language: Python
- Homepage:
- Size: 24.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Geospatial-pipeline reconstruction
Comprehensive framework for end 2 end management of the point cloud data collection, transformation and visualization process.
## packages / components involved:
## Build instruction:
1. For Python application:
- You need to run the streamlit file from [visualisation-package](./packages/viz/vizualization-py/) dockerfile .
- setup an account on the gateway providers (web3.storage or lighthouse are supported at the moment) and then provide the parameters in order to login with 2FA.
- Setting up the enviornment variables as defined in the folder.
- For the Mysql.
- For web3 package variables.
## Credits:
1. Research article on the creation of pointcloud pipeline for [nimes](https://github.com/bertt/nimes).
2. PDAL framework.
3. Florent-Poux's articles about point-cloud processing.