X-Desire is an open-source platform, that was built during NASA Space Apps Challenge 2023, is designed with this 3 main goals:
- Motivate geologists to use NASA's earth observation data
- Show that geology doesnt always require field work
- Enable geologists to collect exact data they need
You can start our project by downloading packages using preferred packet-manager
💻 Open your terminal
yarn install
npm install
pnpm install
create .env file in your directory and fill next lines:
NEXT_PUBLIC_GOOGLEMAP_KEY=your_key NEXT_PUBLIC_EARTHDATA_KEY=your_key
yarn dev
npm run dev
pnpm dev
Then open http://localhost:3000 with your browser to see the result
- Geolocation: Implementation of geolocation search via user input(country/city) coordinates
- Interactive Map: Implementation of google interactive map
- Topic zones: Implementation of topic zones that displayed by user choosen topic
- CMR Data: Implementation of data display using NASA CMR Api for request of data from Earthdata
- Documentation: Implementation of guidance to ensure project use with ease for users
- Flow Schemes: Addition of schemes via React Flow to visualize granule data