NEO will be decommissioned on September 1, 2026. Please read more about the timeline to shutdown.

NEO News

Goodbye, NEO

Four globes showing NASA datasets.

After over 20 years of continuous delivery of global NASA data imagery, NASA Earth Observations (NEO) is going to say goodbye. The Web Mapping Service (WMS) will shut down on August 3, 2026, and the website will be turned off on September 1, 2026.

It has been a pleasure and a career achievement to have developed this site and the underlying services. There are many colleagues and team members who assisted in the big lift over the years; I could not have accomplished so much with NEO without their support and expertise.

NEO imagery is derived from NASA data, meaning it can be reproduced. I am hoping to provide the source code for data processing (mostly Python) in the event anyone would find that useful. There are a couple online sources that I routinely use that you might explore as NEO-alternatives; they might even be an improvement depending on your particular use case. (There are many more tools you might peruse; please visit the Earthdata data tool matrix).

  • NASA Worldview – Thousands of global data layers in an easy-to-use interface, plus it includes the ability to adjust color palettes, generate animations and comparisons, and so much more.
  • NASA Giovanni and NASA AppEEARS – Browse, visualize, composite, and analyze NASA science data including the ability to geospatially subset datasets. Particularly useful for users who want to analyze data.

For WMS users, I recommend investigating NASA’s Global Imagery Browse Services (GIBS) for various OGC service APIs.

For example, the snippet below uses gdal_translate to query GIBS for a 3600×1800 global image of MODIS/Terra Corrected Reflectance on NEO’s birthday (November 23, 2005):

gdal_translate -q -of JPEG -outsize 3600 1800 -projwin -180 90 180 -90 "<GDAL_WMS><Service name='TMS'><ServerUrl> https://gibs.earthdata.nasa.gov/wmts/epsg4326/best/MODIS_Terra_CorrectedReflectance_TrueColor/default/2005-11-23/250m/\${z}/\${y}/\${x}.jpg</ServerUrl></Service><DataWindow><UpperLeftX>-180.0</UpperLeftX><UpperLeftY>90</UpperLeftY><LowerRightX>396.0</LowerRightX><LowerRightY>-198</LowerRightY><TileLevel>8</TileLevel><TileCountX>2</TileCountX><TileCountY>1</TileCountY><YOrigin>top</YOrigin></DataWindow><Projection>EPSG:4326</Projection><BlockSizeX>512</BlockSizeX><BlockSizeY>512</BlockSizeY><BandsCount>3</BandsCount></GDAL_WMS>" gibs_example_image.jpg

Thank you to all of you who found NEO useful and provided feedback over the years.

Contact Us

Need to get a hold of someone at NEO? Just fill out the form below.





Trouble with this form? Submit your comment here.