Welcome to the GalaxEye Satellite Image Console!
Explore and visualize satellite image data effortlessly. Select an Area of Interest (AOI) on the map, and we'll provide you with all the relevant satellite image tiles intersecting with your chosen AOI.
Instructions:
- To create an AOI, choose the Polygon Icon on the map and place points on the map.
- Once the polygon is created, you will visualize the tiles that intersect with it.
- If you initiate a new polygon, the current results will be cleared.
- To remove the results, you can utilize the delete icon.
- If you wish to modify the polygon, you can do so using the Edit icon.
Before you begin, ensure you have met the following requirements:
- Node.js installed (for local development)
- npm or yarn installed (for local development)
- Docker installed (for running the project in a Docker container)
To get this project up and running, follow these steps:
-
Clone the repository to your local machine:
git clone git@github.com:RuchaRK/GalaxyEyeConsole.git -
Navigate to the project directory:
cd GalaxyEyeConsole -
Install project dependencies:
npm install -
Start the development server:
npm run startYour React application should now be running at
http://localhost:3000.
-
Clone the repository to your local machine:
git clone git@github.com:RuchaRK/GalaxyEyeConsole.git -
Navigate to the project directory:
cd GalaxyEyeConsole -
Run the project using Docker Compose:
docker-compose up -
Stop the project
docker-compose downYour React application should now be running in a Docker container, accessible at
http://localhost:3000.