# GitHub Tags for Oceanographic Projects > ๐Ÿท๏ธ GitHub repository topics (tags) help others discover your oceanographic project. Choose relevant tags to make your work more visible to the scientific community. This guide provides a curated list of GitHub tags commonly used in oceanographic repositories, organized by category. Click on any tag to see examples of repositories using it. --- ## ๐ŸŒŠ Core Oceanography Tags - [`oceanography`](https://github.com/topics/oceanography) - The primary tag for ocean science projects - [`ocean`](https://github.com/topics/ocean) - General ocean-related projects - [`ocean-sciences`](https://github.com/topics/ocean-sciences) - Scientific applications - [`ocean-science`](https://github.com/topics/ocean-science) - Alternative spelling for scientific applications - [`physical-oceanography`](https://github.com/topics/physical-oceanography) - Physical processes and dynamics - [`marine`](https://github.com/topics/marine) - Marine-related projects - [`ocean-data`](https://github.com/topics/ocean-data) - Data-focused projects - [`coastal-oceanography`](https://github.com/topics/coastal-oceanography) - Coastal processes --- ## ๐Ÿ“Š Data & Analysis - [`ocean-modelling`](https://github.com/topics/ocean-modelling) - Numerical modeling (British spelling) - [`ocean-modeling`](https://github.com/topics/ocean-modeling) - Numerical modeling (American spelling) - [`climate-model`](https://github.com/topics/climate-model) - Climate modeling - [`climate-modeling`](https://github.com/topics/climate-modeling) - Climate modeling processes - [`climate-analysis`](https://github.com/topics/climate-analysis) - Climate data analysis - [`data-analysis`](https://github.com/topics/data-analysis) - General data analysis - [`remote-sensing`](https://github.com/topics/remote-sensing) - Satellite/remote observations - [`satellite-data`](https://github.com/topics/satellite-data) - Satellite observations - [`earth-observation`](https://github.com/topics/earth-observation) - Earth observation systems --- ## ๐Ÿ”ฌ Specific Measurements & Phenomena - [`sea-surface-temperature`](https://github.com/topics/sea-surface-temperature) - SST data/analysis - [`sst`](https://github.com/topics/sst) - Sea surface temperature abbreviation - [`bathymetry`](https://github.com/topics/bathymetry) - Ocean depth mapping - [`ocean-mapping`](https://github.com/topics/ocean-mapping) - Mapping applications - [`sea-level`](https://github.com/topics/sea-level) - Sea level studies - [`sea-level-rise`](https://github.com/topics/sea-level-rise) - Sea level rise research - [`ocean-circulation`](https://github.com/topics/ocean-circulation) - Circulation patterns - [`tides`](https://github.com/topics/tides) - Tidal phenomena - [`internal-wave`](https://github.com/topics/internal-wave) - Internal wave studies --- ## ๐Ÿ›  Technical Tools & Libraries - [`netcdf`](https://github.com/topics/netcdf) - NetCDF file format - [`xarray`](https://github.com/topics/xarray) - xarray library usage - [`visualization`](https://github.com/topics/visualization) - Data visualization tools - [`data-visualization`](https://github.com/topics/data-visualization) - Data visualization - [`climate-science`](https://github.com/topics/climate-science) - Climate science applications - [`earth-science`](https://github.com/topics/earth-science) - Earth science applications - [`python`](https://github.com/topics/python) - Python programming language - [`jupyter-notebook`](https://github.com/topics/jupyter-notebook) - Jupyter notebooks --- ## ๐Ÿงช Specialized Areas - [`biogeochemistry`](https://github.com/topics/biogeochemistry) - Ocean chemistry/biology - [`biogeochemical`](https://github.com/topics/biogeochemical) - Biogeochemical processes - [`coastal-engineering`](https://github.com/topics/coastal-engineering) - Coastal engineering - [`coastal-modelling`](https://github.com/topics/coastal-modelling) - Coastal modeling - [`ocean-engineering`](https://github.com/topics/ocean-engineering) - Ocean engineering - [`meteorology`](https://github.com/topics/meteorology) - Atmospheric/ocean interface - [`climate-change`](https://github.com/topics/climate-change) - Climate change impacts - [`marine-biology`](https://github.com/topics/marine-biology) - Biological oceanography --- ## ๐Ÿ“ก Data Sources & Standards - [`opendap`](https://github.com/topics/opendap) - OPeNDAP protocol - [`climate-and-forecast-conventions`](https://github.com/topics/climate-and-forecast-conventions) - CF conventions - [`cf`](https://github.com/topics/cf) - CF conventions abbreviation - [`hycom`](https://github.com/topics/hycom) - HYCOM model - [`argo-floats`](https://github.com/topics/argo-floats) - Argo float data - [`copernicus`](https://github.com/topics/copernicus) - Copernicus marine data - [`ecmwf`](https://github.com/topics/ecmwf) - ECMWF data and models --- ## ๐ŸŽฏ How to Add Tags to Your Repository 1. **On GitHub.com:** - Go to your repository - Click the โš™๏ธ gear icon next to "About" - Add topics in the "Topics" field - Click "Save changes" 2. **Best Practices:** - Use 3-10 relevant tags - Include the primary `oceanography` tag - Add specific tags for your data type or method - Consider both technical (`python`, `netcdf`) and scientific (`physical-oceanography`) tags - Use consistent spelling (check existing tag usage) 3. **Example tag combination for a Python SST analysis project:** ``` oceanography, sea-surface-temperature, python, xarray, data-analysis, remote-sensing, climate-science ``` --- ## ๐Ÿ’ก Contributing to This List Found a useful oceanography tag not listed here? Please: 1. Check if it's actively used by searching GitHub topics 2. Submit a pull request or issue to add it 3. Include a brief description and example repositories --- > ๐Ÿ” **Tip:** Before choosing tags, search existing repositories in your field to see what tags are commonly used and discover related projects!