Skip to content

jph6366/tide-pool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tide-Pool 🌊

About

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

    image

To Do List

  • 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

Developing

The project requires Node 18 to be installed on your local machine, refer to npm for download instructions.

  1. Install project dependencies
npm install
  1. 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.

About

A sandbox for BRX projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 70.4%
  • TypeScript 27.7%
  • JavaScript 1.7%
  • HTML 0.2%