{"id":495452,"date":"2022-02-22T19:11:42","date_gmt":"2022-02-23T03:11:42","guid":{"rendered":"https:\/\/www.esri.com\/about\/newsroom\/?post_type=arcuser&#038;p=495452"},"modified":"2022-02-22T19:11:42","modified_gmt":"2022-02-23T03:11:42","slug":"noaa-buoy","status":"publish","type":"arcuser","link":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/noaa-buoy","title":{"rendered":"Site Suitability Modeling for Locating Tidal Buoys"},"author":1031,"featured_media":0,"menu_order":0,"template":"","format":"standard","meta":{"_acf_changed":false,"sync_status":"","episode_type":"","audio_file":"","podmotor_file_id":"","podmotor_episode_id":"","castos_file_data":"","cover_image":"","cover_image_id":"","duration":"","filesize":"","filesize_raw":"","date_recorded":"","explicit":"","block":"","itunes_episode_number":"","itunes_title":"","itunes_season_number":"","itunes_episode_type":"","_links_to":"","_links_to_target":""},"categories":[24962,1031,15412],"tags":[472461,477742,271],"arcuser_issues":[477652],"class_list":["post-495452","arcuser","type-arcuser","status-publish","format-standard","hentry","category-focus","category-natural-resources","category-oceans","tag-arcuser","tag-datum","tag-mapping","arcuser_issues-winter-2022"],"acf":{"short_description":"The author developed a suitability model that allows users to determine suitable anchorage locations for NOAA GNSS tide buoys.","pdf":{"host_remotely":false,"file":495462,"file_url":""},"flexible_content":[{"acf_fc_layout":"blockquote","content":"Editor\u2019s note: The author developed a suitability model that allows users to determine suitable anchorage locations for National Oceanic and Atmospheric Administration (NOAA) Global Navigation Satellite System (GNSS) tide buoys located in the US Exclusive Economic Zone (EEZ)."},{"acf_fc_layout":"content","content":"Identifying the anchorage of NOAA GNSS tide buoys is an important component that supports one of NOAA\u2019s primary missions: charting depths for safe and efficient navigation via its nautical chart suite. Deploying GNSS tide buoys to update vertical datums is the principle reason that this anchorage suitability model is important. <em>[According to NOAA, \u201cA geodetic datum is an abstract coordinate system with a reference surface (such as sea level) that serves to provide known locations to begin surveys and create maps. Horizontal datums measure positions (latitude and longitude) on the surface of the earth, while vertical datums are used to measure land elevations and water depths.\u201d]<\/em>\r\n\r\n&nbsp;"},{"acf_fc_layout":"image","image":495502,"image_position":"left","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"GNSS tide buoys allow NOAA to collect ellipsoid heights and water level data, evaluate the measurements, and empirically determine the vertical difference between the ellipsoid and tidal datums. [A tidal datum is a standard elevation defined by a certain phase of the tide.] Equipped with accurate information derived from tide buoys, NOAA hydrographers and cartographers can properly chart soundings (or depths), which use vertical transformations between the ellipsoid and tidal datum to convert in situ sonar depth data to the appropriate tidal datum such as Mean Lower Low Water (MLLW), which is the tidal datum used for the majority of US nautical charts. <em>[MLLW is the average of the lower low water height of each tidal day observed over the National Tidal Datum Epoch (NTDE). NTDE is a 19-year period established by the National Ocean Service for collecting observations on water levels and calculating tidal datum values.]<\/em>\r\n\r\nAs the quantity and density of measurements increases, vertical transformation models, also known as separation (SEP) models, increase in accuracy. Therefore, more buoys are needed to acquire more accurate data.\r\n\r\n&nbsp;"},{"acf_fc_layout":"image","image":495512,"image_position":"left","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"After extensive testing and validation of the anchorage suitability model, the use of GNSS tide buoys will be expanded to support NOAA field operations. This will require predetermining suitable locations to anchor the buoys. Buoys must maintain position for long durations under defined environmental conditions. It is equally critical that suitable anchorage locations for the buoys are established throughout the entirety of waters within the US EEZ. This is the area where the US government assumes jurisdiction over the exploration and exploitation of resources 200 nautical miles offshore from the nearest shoreline maritime boundary point.\r\nThe main objective of this project is to allow users to determine suitable anchorage locations for NOAA GNSS tide buoys in the US EEZ based on depth, slope, seabed, current, and wave characteristics using Python scripts that utilize GeoPandas<em> [an add-on for the open-source Pandas library]<\/em> to manipulate tables and ArcPy, a Python site package, to create custom ArcTools that run suitability analysis and geoprocessing. The following steps were taken to facilitate the determination and evaluation of suitable anchorage locations for NOAA GNSS buoys:\r\n<ul>\r\n \t<li>Develop a manual suitability model to determine appropriate anchorage locations.<\/li>\r\n \t<li>Implement the suitability model using ArcPy and GeoPandas Python scripts to create custom toolboxes for parameter, conditional, and suitability raster creation.<\/li>\r\n \t<li>Run suitability models for Alaska, conterminous United States (CONUS) East\/Gulf\/West, Hawaii, and Puerto Rico EEZs.<\/li>\r\n \t<li>Evaluate the impact of each characteristic on the suitability model using sensitivity analysis.<\/li>\r\n<\/ul>\r\nArcGIS Pro was used to develop, implement, and run the suitability model. GeoPandas Python scripts were used to modify tables and prepare raw data for the ArcPy Python scripts that created the custom tools. With these custom tools, rapid and standard workflows were developed.\r\n\r\nIn the rapid workflow, the user creates a raster for each parameter from raw data, then creates a suitability raster from the parameter raster using the raster calculator that runs inside the tool. The user creates only parameter and suitability rasters.\r\n\r\nIn the standard workflow, the user creates a raster for each parameter from raw data, then creates a conditional raster from a parameter raster, then creates a suitability raster from the conditional raster. The user can create visual aids for each parameter, condition, and suitability.\r\nA sensitivity analysis tool was also developed using ArcPy. It creates a text file for 16\u00a0suitability model tests. A baseline uses parameters for the conditional value of each characteristic in the documented workflow. Three tests for each characteristic use different values for those parameters. The text file is imported into Microsoft Excel and used to create graphs for analysis. The final suitability pixel count for each model is graphed relative to the user-defined parameter values. This process is repeated for all suitability parameters for a given EEZ. Each is analyzed, and the sensitivity of each is ranked. Final sensitivity analysis showed that depth and wave height have the largest impact on suitability in all EEZs except CONUS East, where seabed is the most significant characteristic followed by depth and wave height.\r\n\r\n&nbsp;"},{"acf_fc_layout":"image","image":495522,"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"In total, there are nine tools: four parameter tools, two condition tools, two suitability tools, and one sensitivity analysis tool. ArcPy scripts for customized tools further allowed the user to define the resolution and projection of outputs, raster mask feature classes, required inputs, and output names and directories.\r\n\r\nThe tools can be easily manipulated to include additional publicly available data, such as Automatic Identification System (AIS) or Dangers to Navigation data, or use alternative sources of seabed data or data in other formats. The custom tools also foster repeatability but still provide agility. By using compartmentalized modules, one can rerun parts of a process instead of one long process or tool that burdens the user with far too many inputs if variables change or an error is made. The tools provide ease of use and improved workflow efficiency via user-friendly interfaces for a task that is time-consuming and needs to be performed for more than one area.\r\n\r\nAlthough the project focuses on locating NOAA GNSS tide buoys, the model can be used for any floating platform, such as another buoy type or a ship. It could also be used for a fixed platform, such as an offshore wind farm. By modifying its scope, the application could be used to build other tools for studies based on the model\u2019s adaptability, modularization, and workflow.\r\nNOAA hydrographic surveys require planning but can require quick changes in location or platform, depending on budget and survey requirements. Simple changes in location can result in complicated, on-the-fly modifications that cost time and money. Automated, binary suitability analysis allows for simple solutions to what could become complicated, time-consuming tasks. The suitability analysis is a cost-efficient, easily deployable solution that helps NOAA scientists quickly decide where to anchor GNSS tide buoys in conjunction with hydrographic surveys for nautical chart updates.\r\n\r\nFor more information, contact <a href=\"http:\/\/John.doroba@noaa.gov.\">John Doroba<\/a>."}],"references":null},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Model for siting tidal buoys<\/title>\n<meta name=\"description\" content=\"John Doroba developed a suitability model that allows users to determine suitable anchorage locations for National Oceanic and Atmospheric Administration (NOAA) Global Navigation Satellite System (GNSS) tide buoys located in the US Exclusive Economic Zone (EEZ).\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/noaa-buoy\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Site Suitability Modeling for Locating Tidal Buoys\" \/>\n<meta property=\"og:description\" content=\"John Doroba developed a suitability model that allows users to determine suitable anchorage locations for National Oceanic and Atmospheric Administration (NOAA) Global Navigation Satellite System (GNSS) tide buoys located in the US Exclusive Economic Zone (EEZ).\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/noaa-buoy\" \/>\n<meta property=\"og:site_name\" content=\"Esri\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2022\/01\/NOAAbuoy_banner.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Esri\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t    \"@context\": \"https:\/\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/noaa-buoy\",\n\t            \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/noaa-buoy\",\n\t            \"name\": \"Model for siting tidal buoys\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#website\"\n\t            },\n\t            \"datePublished\": \"2022-02-23T03:11:42+00:00\",\n\t            \"description\": \"John Doroba developed a suitability model that allows users to determine suitable anchorage locations for National Oceanic and Atmospheric Administration (NOAA) Global Navigation Satellite System (GNSS) tide buoys located in the US Exclusive Economic Zone (EEZ).\",\n\t            \"breadcrumb\": {\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/noaa-buoy#breadcrumb\"\n\t            },\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/noaa-buoy\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"BreadcrumbList\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/noaa-buoy#breadcrumb\",\n\t            \"itemListElement\": [\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 1,\n\t                    \"name\": \"Home\",\n\t                    \"item\": \"https:\/\/www.esri.com\/about\/newsroom\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 2,\n\t                    \"name\": \"Site Suitability Modeling for Locating Tidal Buoys\"\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"WebSite\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#website\",\n\t            \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/\",\n\t            \"name\": \"Esri\",\n\t            \"description\": \"Esri Newsroom\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"SearchAction\",\n\t                    \"target\": {\n\t                        \"@type\": \"EntryPoint\",\n\t                        \"urlTemplate\": \"https:\/\/www.esri.com\/about\/newsroom\/?s={search_term_string}\"\n\t                    },\n\t                    \"query-input\": {\n\t                        \"@type\": \"PropertyValueSpecification\",\n\t                        \"valueRequired\": true,\n\t                        \"valueName\": \"search_term_string\"\n\t                    }\n\t                }\n\t            ],\n\t            \"inLanguage\": \"en-US\"\n\t        },\n\t        {\n\t            \"@type\": \"Person\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/82e5143bcdebadf8fd64d84e503ca468\",\n\t            \"name\": \"Monica Pratt\",\n\t            \"image\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-US\",\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/image\/\",\n\t                \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg\",\n\t                \"contentUrl\": \"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg\",\n\t                \"caption\": \"Monica Pratt\"\n\t            },\n\t            \"description\": \"Monica Pratt is the founding and current editor of ArcUser magazine, the executive editor of ArcNews magazine, the editor of Esri Globe and head of the Publications team at Esri. She has been writing on technology topics, specializing in GIS, for more than 30 years. Before joining Esri in 1997, she worked for newspapers and in the financial industry.\",\n\t            \"sameAs\": [\n\t                \"https:\/\/x.com\/ArcUser\"\n\t            ],\n\t            \"url\": \"\"\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Model for siting tidal buoys","description":"John Doroba developed a suitability model that allows users to determine suitable anchorage locations for National Oceanic and Atmospheric Administration (NOAA) Global Navigation Satellite System (GNSS) tide buoys located in the US Exclusive Economic Zone (EEZ).","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/noaa-buoy","og_locale":"en_US","og_type":"article","og_title":"Site Suitability Modeling for Locating Tidal Buoys","og_description":"John Doroba developed a suitability model that allows users to determine suitable anchorage locations for National Oceanic and Atmospheric Administration (NOAA) Global Navigation Satellite System (GNSS) tide buoys located in the US Exclusive Economic Zone (EEZ).","og_url":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/noaa-buoy","og_site_name":"Esri","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","og_image":[{"url":"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2022\/01\/NOAAbuoy_banner.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@Esri","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/noaa-buoy","url":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/noaa-buoy","name":"Model for siting tidal buoys","isPartOf":{"@id":"https:\/\/www.esri.com\/about\/newsroom\/#website"},"datePublished":"2022-02-23T03:11:42+00:00","description":"John Doroba developed a suitability model that allows users to determine suitable anchorage locations for National Oceanic and Atmospheric Administration (NOAA) Global Navigation Satellite System (GNSS) tide buoys located in the US Exclusive Economic Zone (EEZ).","breadcrumb":{"@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/noaa-buoy#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/about\/newsroom\/arcuser\/noaa-buoy"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/noaa-buoy#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/about\/newsroom"},{"@type":"ListItem","position":2,"name":"Site Suitability Modeling for Locating Tidal Buoys"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/about\/newsroom\/#website","url":"https:\/\/www.esri.com\/about\/newsroom\/","name":"Esri","description":"Esri Newsroom","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/about\/newsroom\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/82e5143bcdebadf8fd64d84e503ca468","name":"Monica Pratt","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/image\/","url":"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg","contentUrl":"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg","caption":"Monica Pratt"},"description":"Monica Pratt is the founding and current editor of ArcUser magazine, the executive editor of ArcNews magazine, the editor of Esri Globe and head of the Publications team at Esri. She has been writing on technology topics, specializing in GIS, for more than 30 years. Before joining Esri in 1997, she worked for newspapers and in the financial industry.","sameAs":["https:\/\/x.com\/ArcUser"],"url":""}]}},"sort_order":"8","_links":{"self":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser\/495452","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser"}],"about":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/types\/arcuser"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/users\/1031"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser\/495452\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/media?parent=495452"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/categories?post=495452"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/tags?post=495452"},{"taxonomy":"arcuser_issues","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser_issues?post=495452"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}