Can you guide as to how I should go about accessing the Earthdata?

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
kazzyyy
Posts: 1
Joined: Sat Oct 07, 2023 1:18 pm America/New_York
Answers: 0

Can you guide as to how I should go about accessing the Earthdata?

by kazzyyy » Sat Oct 07, 2023 1:26 pm America/New_York

I'm a beginner at coding.

I want to make an interactive web map app that can incorporate data from many sources. I'm using Visual Studio Code for this because it has a automatic server extension. I'd like to use the Global 250 m water map from Earth data. It's available as a separate layer.

https://nasa-gibs.github.io/gibs-api-docs/available-visualizations/

Since I only want to use this one layer and maybe a few other ones, I don't want to download the whole data set. Can someone guide me as to how I can incorporate just these few layers onto my own map? Any help is appreciated, thank you!
Attachments
this is the layer i want to access
this is the layer i want to access
Screenshot 2023-10-07 222511.png (90.63 KiB) Not viewed yet

Tags:

GIBS & Worldview - mwong4
Subject Matter Expert
Subject Matter Expert
Posts: 5
Joined: Fri Feb 28, 2020 3:43 pm America/New_York
Answers: 0

Re: Can you guide as to how I should go about accessing the Earthdata?

by GIBS & Worldview - mwong4 » Tue Dec 26, 2023 3:46 pm America/New_York

Hello! The Global Imagery Browse Services API documentation site is probably the best place to get started. On the "Accessing via Map Libraries and GDAL Scripts" page - https://nasa-gibs.github.io/gibs-api-docs/map-library-usage/, you will find a link to the "GIBS Web Examples" GitHub area - https://github.com/nasa-gibs/gibs-web-examples#gibs-web-examples. Here you'll see live examples of how we've built simple web mapping applications using open source libraries that display imagery layers.

On the "Access Basics" page (https://nasa-gibs.github.io/gibs-api-docs/access-basics/) you'll find more information on how to use different service endpoints to pull imagery into your web map app.

Also, if you want to see how the imagery looks in an existing web map application, please check out NASA Worldview, https://worldview.earthdata.nasa.gov.

Post Reply