sea-ice
Visualize Arctic and Antarctic sea ice. As of June 30, 2025, data used to support updates to the Sea Ice Aware app are no longer available from the source. The app may still be used to view historical data.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.2%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Visualize Arctic and Antarctic sea ice. As of June 30, 2025, data used to support updates to the Sea Ice Aware app are no longer available from the source. The app may still be used to view historical data.
Basic Info
- Host: GitHub
- Owner: vannizhang
- License: apache-2.0
- Language: TypeScript
- Default Branch: master
- Homepage: https://livingatlas.arcgis.com/sea-ice/
- Size: 3.62 MB
Statistics
- Stars: 26
- Watchers: 1
- Forks: 4
- Open Issues: 22
- Releases: 0
Topics
Metadata Files
README.md
Sea Ice
As of June 30, 2025, data used to support updates to the Sea Ice Aware app are no longer available from the source. The app may still be used to view historical data.
This app displays the monthly mean sea ice extent for the Arctic and Antarctic along with the historical median extent.

Features
This app displays the monthly mean sea ice extent for the Arctic and Antarctic along with the historical median extent. Additionally, graphs are used to visualize the minimum and maximum extent for each year (top), and the monthly time series for each year (bottom). Use the top graph to select specific years to display in the map.
Instructions
Before we begin, make sure you have a fresh version of Node.js and NPM installed. The current Long Term Support (LTS) release is an ideal starting point.
To begin, clone this repository to your computer:
sh https://github.com/vannizhang/sea-ice.gitFrom the project's root directory, install the required packages (dependencies):
sh npm install- Now you can start the webpack dev server to test the app on your local machine:
```sh
it will start a server instance and begin listening for connections from localhost on port 8080
npm run start ``` - To build/deploye the app, you can simply run:
```sh
it will place all files needed for deployment into the /dist directory
npm run build ```
Resources
- ArcGIS API for JavaScript (version 4.21)
- National Snow and Ice Data Center
- ArcGIS Living Atlas of the World
- D3.js
Issues
Find a bug or want to request a new feature? Please let us know by submitting an issue.
Disclaimer
This demo application is for illustrative purposes only and it is not maintained. There is no support available for deployment or development of the application.
Contributing
Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.
Licensing
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the repository's LICENSE file.
Owner
- Name: Jinnan Zhang
- Login: vannizhang
- Kind: user
- Location: Redlands, CA
- Company: @Esri
- Website: https://tofuballs.com
- Repositories: 46
- Profile: https://github.com/vannizhang
Senior Web Developer at @Esri.
GitHub Events
Total
- Watch event: 3
- Push event: 1
Last Year
- Watch event: 3
- Push event: 1
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Jinnan Zhang | v****g@g****m | 58 |
| dependabot[bot] | 4****] | 2 |
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 5
- Total pull requests: 33
- Average time to close issues: about 1 month
- Average time to close pull requests: 5 months
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.27
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 33
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- vannizhang (5)
Pull Request Authors
- dependabot[bot] (33)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- 1030 dependencies
- @babel/polyfill ^7.4.4 development
- @types/react ^16.8.23 development
- @types/react-dom ^16.8.5 development
- @typescript-eslint/eslint-plugin ^2.7.0 development
- @typescript-eslint/parser ^2.7.0 development
- clean-webpack-plugin ^3.0.0 development
- css-loader ^3.1.0 development
- eslint ^6.6.0 development
- eslint-config-prettier ^6.5.0 development
- eslint-plugin-prettier ^3.1.1 development
- eslint-plugin-react ^7.16.0 development
- file-loader ^4.1.0 development
- html-loader ^0.5.5 development
- html-webpack-plugin ^3.2.0 development
- mini-css-extract-plugin ^0.8.0 development
- node-sass ^4.14.1 development
- optimize-css-assets-webpack-plugin ^5.0.3 development
- prettier ^1.19.1 development
- sass-loader ^10.1.1 development
- source-map-loader ^0.2.4 development
- style-loader ^0.23.1 development
- terser-webpack-plugin ^1.4.1 development
- ts-loader ^6.0.4 development
- typescript ^3.5.3 development
- uglifyjs-webpack-plugin ^2.2.0 development
- url-loader ^2.1.0 development
- webpack ^4.38.0 development
- webpack-cli ^3.3.6 development
- webpack-dev-server ^3.7.2 development
- @esri/arcgis-rest-auth ^2.0.0
- @esri/arcgis-rest-feature-layer ^2.2.1
- @esri/arcgis-rest-request ^2.2.1
- @types/arcgis-js-api ^4.12.0
- @types/d3 ^5.7.2
- axios ^0.19.0
- calcite-web github:Esri/calcite-web#v1.2.5
- d3 ^5.9.7
- es6-promise ^4.2.8
- esri-loader ^2.14.0
- helper-toolkit-ts ^1.1.4
- isomorphic-fetch ^2.2.1
- react ^16.8.6
- react-dom ^16.8.6