Skip to content

Releases: nasa-gibs/worldview

v2.3.1

01 May 16:41
Compare
Choose a tag to compare
  • Changed image-download request type to use julian endpoint

v2.3.0

24 Apr 17:23
Compare
Choose a tag to compare

Technical Updates:

Sub-Daily (10-Minute) Layer Support & Optimized Layer Requests

  • Added a minute zoom level when a subdaily layer is active
  • Added hour & minute input intervals to timeline when a subdaily layer is active
  • Added a minute zoom level selector to the animation widget when a subdaily layer is active
  • Added hour & minute input intervals to animation widget when a subdaily layer is active
  • Added hour & minute timewheels on mobile when a subdaily layer is active
  • Changed timeline/layer logic to only request a new layer when it crosses its interval threshold
  • Updated tour to reflect timeline changes
  • Updated timeline CSS
  • Updated build process to support subdaily / optimized requests:
    • Changed startDate / endDate on build to output ISO 8601 date/time values (YYYY-MM-DDTHH:MM:SSZ)
    • Created dateRanges array on build to add to layer object. This outputs each date range defined in GetCapabilities.
  • Added methods to support subdaily / optimized requests:
    • Added day, year and month difference utility methods
    • Added julianDate utility method
    • Added datesinDateRanges utility method which returns a list of dates based on the dateInterval and the current dateRange.
    • AddedprevDateInDateRange utility method to find the closest previous date from an array of dates.
    • Added toggleSubdaily layer method to show the subdaily zoom level + hourly/minute inputs when a subdaily layer is active
    • Added setQueueLength animation function to vary animation queue length by speed
    • Added date-fns dependency

General Changes / Bug fixes:

  • Created GitHub Issue template
  • Improved Pull Request template
  • Updated to react / react-dom 16.3
  • Changed deprecated phantomjs to phantomjs-prebuilt
  • Improved build scripts to handle single layer WMTS capabilities (Thanks @PacoDu!)
  • Fixed bug preventing rotation permalink from loading
  • Replaced GIF font-family with Open-Sans
  • Removed old Arctic projection layers and warning message as imagery has been updated to EPSG:3413
  • Updated configuration documentation
  • Update react & react-dom to 16.3
  • Left / right keyboard arrows now change the date based on zoom level
  • Added notes for installing python on macOS

v2.2.4

21 Mar 20:18
2d6e22d
Compare
Choose a tag to compare

Updates

  • Remove limit on getNumberOfDays utility function used by animation GIF that errors when over 1000 days are in the timespan
  • Set negative zoom levels equal to lowest zoom level before trying to create image download link.

v2.2.3

16 Mar 19:31
bb5ce5d
Compare
Choose a tag to compare

Updates

  • Fix snapshot selection bug #793

v2.2.1

15 Mar 20:16
Compare
Choose a tag to compare
  • Fix bug causing image download to request wrong file type

v2.2.0

14 Mar 00:05
Compare
Choose a tag to compare
  • Improve GIF resolution & dialog information
  • Remove stale area of interest code
  • Update GIFShot dependency to 4.3.1
  • worldview-options-eosdis repository updated to 2.8.0
    Layer updates include:
    • Added layer description and changed title for the Shuttle Radar Topography Mission (NASA SRTM v3, Color Index) layer
    • Changed outdated URL for the Chlorophyll a layers
  • worldview-components repository updated to 1.6.0

v2.1.0

27 Feb 17:35
2cc8eb2
Compare
Choose a tag to compare
  • Added better detection for temporal ranges on build
  • Added date & time ranges to layer configurations
  • Added day of year label to timeline on hover
  • Removed rotate functionality in web mercator view
  • Removed artifacts from 2.0.0 release
  • worldview-options-eosdis repository updated to 2.7.0.
    Layer updates include:
    • Removed inactive tag from CALIPSO Radiance (Daily, V3-02)
    • Changed orbit track names to include satellite in title
    • Added SMAP and Landsat 8 orbit track layer descriptions

v2.0.3

13 Feb 16:31
aed68d3
Compare
Choose a tag to compare

worldview-options-eosdis repository updated to v2.6.1

Layer updates include:

  • Updated MODIS Land imagery start dates - Imagery goes back to the start of the Terra (24 February 2000) and Aqua (3 July 2002) missions! (We’re still working to fill some gaps in the imagery between the mission start and present to complete the archive.)
  • Added CERES L3 Surface Flux descriptions
  • Added MOPITT Carbon Monoxide (L2, Daily, Day/Night, Total Column) near real-time description

v2.0.2

30 Jan 21:17
Compare
Choose a tag to compare
  • Updated Openlayers to v4.5.0
  • Fixed bugs with legend display (#626, #717)
  • Fixed bug with granule label positions (#722)
  • Fixed a console error when switching projections (#724)
  • Updated worldview-options-eosdis to v2.5.1
  • Updated worldview-components to v1.5.5

v2.0.1

24 Jan 19:03
Compare
Choose a tag to compare
  • Updated short description and background information in README and meta tags.