Request for Environmental Datasets in CSV Format for D3.js Visualizations
Request for Environmental Datasets in CSV Format for D3.js Visualizations
Hello, As an environmental advocate, I have recently created Treemaps and Barcharts using D3.js to visualize CO₂ emissions by country, based on UN data. Now, I am looking for similar and other useful environmental datasets in CSV format to expand my visualizations.
Could you please guide me on where I can find high-quality NASA Earth data in CSV format, covering topics such as:
Global CO₂ and greenhouse gas emissions
Deforestation and land use changes
Air quality and pollution levels
Climate change indicators (temperature, sea level, etc.)
Renewable energy adoption and trends
If direct CSV downloads are unavailable, I’d appreciate any advice on how to extract or convert relevant datasets into CSV. Your insights would be invaluable in enhancing public awareness through interactive data visualizations.
Thanks in advance!
Could you please guide me on where I can find high-quality NASA Earth data in CSV format, covering topics such as:
Global CO₂ and greenhouse gas emissions
Deforestation and land use changes
Air quality and pollution levels
Climate change indicators (temperature, sea level, etc.)
Renewable energy adoption and trends
If direct CSV downloads are unavailable, I’d appreciate any advice on how to extract or convert relevant datasets into CSV. Your insights would be invaluable in enhancing public awareness through interactive data visualizations.
Thanks in advance!
Filters:
Re: Request for Environmental Datasets in CSV Format for D3.js Visualizations
Hi,
I think OPeNDAP service is probably the best solution:
https://www.earthdata.nasa.gov/engage/open-data-services-software/earthdata-developer-portal/opendap
Please search for "ascii" in the above document.
It's equivalent to CSV.
After playing with the demo server in the above document, you can try NASA OPeNDAP services:
https://www.earthdata.nasa.gov/engage/open-data-services-software/earthdata-developer-portal/opendap/servers
Regards,
I think OPeNDAP service is probably the best solution:
https://www.earthdata.nasa.gov/engage/open-data-services-software/earthdata-developer-portal/opendap
Please search for "ascii" in the above document.
It's equivalent to CSV.
After playing with the demo server in the above document, you can try NASA OPeNDAP services:
https://www.earthdata.nasa.gov/engage/open-data-services-software/earthdata-developer-portal/opendap/servers
Regards,
-
- Subject Matter Expert
- Posts: 73
- Joined: Thu May 27, 2021 2:52 pm America/New_York
- Been thanked: 1 time
Re: Request for Environmental Datasets in CSV Format for D3.js Visualizations
Hi,
NASA's VEDA (Visualization, Exploration, and Data Analysis) Dashboard provides data visualization and analysis capabilities on many datasets on the topics of your interest. I could recommend you check it out at https://www.earthdata.nasa.gov/dashboard/. It may help you to get what you need.
Best,
Yaxing
NASA's VEDA (Visualization, Exploration, and Data Analysis) Dashboard provides data visualization and analysis capabilities on many datasets on the topics of your interest. I could recommend you check it out at https://www.earthdata.nasa.gov/dashboard/. It may help you to get what you need.
Best,
Yaxing
Dr. Yaxing Wei (weiy@ornl.gov)
Lead Scientist, ORNL DAAC
Environmental Sciences Division
Oak Ridge National Laboratory
https://daac.ornl.gov
Lead Scientist, ORNL DAAC
Environmental Sciences Division
Oak Ridge National Laboratory
https://daac.ornl.gov
Re: Request for Environmental Datasets in CSV Format for D3.js Visualizations
Ok thank you. I tried through the given URLs. I couldn't find it in ASCII format. It's ok. I will try somewhere else. The visualisations on the VEDA dashboard was good though. I will come back to it later.