PerfectionistAF / Climate_Change_App

Python, Arrow, STAC, RASTER, LLM: NASA Space Apps 2024 Challenge
1 stars 0 forks source link

STAC and RASTER API endpoints hard with Django/Apache Kafka #1

Open PerfectionistAF opened 1 month ago

PerfectionistAF commented 1 month ago

Description: The NASA datasets are contained in collections that can be loaded in json format. However, to load data into a dashboard from the given API endpoints didn't work.

Proposition: Loading data requires either HTTP requests via REST frameworks or real-time loading via Apache Kafka. Django REST framework is ideal since the data used is historical time-series data. Real-time functionality can later be added.

PerfectionistAF commented 1 month ago

To solve the issue, either locally upload the data via a database terminal such as sqlite3, or try using a factory of multiple POST requests