sea-ice
Displays the monthly mean sea ice extent for the Arctic and Antarctic along with the historical median extent.
https://github.com/vannizhang/sea-ice
Category: Cryosphere
Sub Category: Sea Ice
Keywords
antarctic arcgis-js-api arcgis-online arctic d3 esri living-atlas sea-ice visualization
Keywords from Contributors
transforms archiving measur generic optimize observation compose animals conversion projection
Last synced: about 6 hours ago
JSON representation
Repository metadata
Visualize Arctic and Antarctic sea ice
- Host: GitHub
- URL: https://github.com/vannizhang/sea-ice
- Owner: vannizhang
- License: apache-2.0
- Created: 2019-07-29T17:42:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T11:08:31.000Z (over 2 years ago)
- Last Synced: 2025-04-10T04:38:31.843Z (18 days ago)
- Topics: antarctic, arcgis-js-api, arcgis-online, arctic, d3, esri, living-atlas, sea-ice, visualization
- Language: TypeScript
- Homepage: https://livingatlas.arcgis.com/sea-ice/
- Size: 3.62 MB
- Stars: 25
- Watchers: 1
- Forks: 4
- Open Issues: 22
- Releases: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
README.md
Sea Ice
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:
https://github.com/vannizhang/sea-ice.git
-
From the project's root directory, install the required packages (dependencies):
npm install
-
Now you can start the webpack dev server to test the app on your local machine:
# 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:
# 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 metadata
- Name: Jinnan Zhang
- Login: vannizhang
- Email:
- Kind: user
- Description: Senior Web Developer at @Esri.
- Website: https://tofuballs.com
- Location: Redlands, CA
- Twitter:
- Company: @Esri
- Icon url: https://avatars.githubusercontent.com/u/3142684?u=e5ca6830c6e9f9f8bfb6555608f3769adc8586be&v=4
- Repositories: 46
- Last ynced at: 2024-06-11T15:48:48.464Z
- Profile URL: https://github.com/vannizhang
GitHub Events
Total
- Watch event: 2
Last Year
- Watch event: 2
Committers metadata
Last synced: 5 days ago
Total Commits: 59
Total Committers: 2
Avg Commits per committer: 29.5
Development Distribution Score (DDS): 0.034
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
Name | Commits | |
---|---|---|
Jinnan Zhang | v****g@g****m | 57 |
dependabot[bot] | 4****] | 2 |
Committer domains:
Issue and Pull Request metadata
Last synced: 1 day ago
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 request: 2
Bot issues: 0
Bot pull requests: 33
Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- vannizhang (5)
Top Pull Request Authors
- dependabot[bot] (33)
Top Issue Labels
Top Pull Request Labels
- dependencies (33)
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
Score: 4.543294782270004