Tide-pool is a sandbox BRX project, built in Typescript 4.9 using React 18.
- The goal of this project is to be a framework for providers of hi-resolution bathymetry data
Noteworthy Tooling Included:
-
Vite - Build tool and dev server
-
Jotai - Atomic approach to global React state management
-
TailwindCSS - CSS utilities
-
React-Map-GL - React Wrapper for Mapbox-GL
Global Multi-Resolution Topography Data Synthesis is a multi-resolutional compilation of edited multibeam sonar data collected by scientists and institutions worldwide, that is reviewed, processed and gridded by the GMRT Team and merged into a single continuously updated compilation of global elevation data. The synthesis began in 1992 as the Ridge Multibeam Synthesis (RMBS), was expanded to include multibeam bathymetry data from the Southern Ocean, and now includes bathymetry from throughout the global and coastal oceans. GMRT Web Services
- react-map-gl
- Redux, Cleaner Code,
- Calculate corners from total area and center_x, _y and Draw Polygons
- parse MapStyles
- CruiseList
- Fix Bugs, Refine User Experience
The project requires Node 18 to be installed on your local machine, refer to npm for download instructions.
- Install project dependencies
npm install
- Start the Dev Server
npm run dev
The dev server will launch in your browser at localhost:4444 and will automatically reload as you make changes.