ArcticSeaIce ============ ArcticSeaIce service provides access to NOAA PSL monthly Arctic sea ice data. For more information, check out https://psl.noaa.gov/data/timeseries/monthly/NHICE/. .. toctree:: :maxdepth: 2 :titlesonly: :caption: RPC Categories RPCS ---- .. function:: ArcticSeaIce.getMonthlyIceArea(startyear: Number?, endyear: Number?) Get the monthly Arctic sea ice area data in millions of square kilometers. If startyear or endyear is provided, only measurements within the given range will be returned. **Arguments:** - ``startyear: Number?`` (`Number `__) - first year of data to include - ``endyear: Number?`` (`Number `__) - last year of data to include **Returns:** ``List`` (`List `__) - Monthly data points .. function:: ArcticSeaIce.getMonthlyIceExtent(startyear: Number?, endyear: Number?) Get the monthly Arctic sea ice extent data in millions of square kilometers. If startyear or endyear is provided, only measurements within the given range will be returned. **Arguments:** - ``startyear: Number?`` (`Number `__) - first year of data to include - ``endyear: Number?`` (`Number `__) - last year of data to include **Returns:** ``List`` (`List `__) - Monthly data points