sebgutierrez / Scorched-Earth

A deep learning web app for forecasting temperature based off of ERA5-Land data.
1 stars 0 forks source link

Draw Geometry using Google Maps API #4

Open sebgutierrez opened 5 months ago

sebgutierrez commented 5 months ago

Each model will have a square region indicating the range of the model's data. Use the Google Map API and the React Google Maps component library to implement this. Look at the examples page to get a feel of what it should look like and the source code: https://visgl.github.io/react-google-maps/examples/drawing.

The region should look something like this:

Image

Include a region for the Austin, TX model and the Ulaanbatar, Mongolia model. The size of the region will be roughly 32 x 32 degrees.