Is there an error when accessing data on NASA Earth? #1279
-
|
I want to use this dataset in NASA Earth. I have followed the instructions in Lesson 88 on how to access and retrieve data from the system. However, after following the steps and entering the following inputs results, gdf = leafmap.nasa_data_search( File ~\miniconda3\envs\geo\Lib\site-packages\leafmap\common.py:15948, in nasa_data_search(count, short_name, bbox, temporal, version, doi, daac, provider, output, crs, return_gdf, **kwargs)
File ~\miniconda3\envs\geo\Lib\site-packages\leafmap\common.py:15844, in nasa_data_granules_to_gdf(granules, crs, output, **kwargs)
File ~\miniconda3\envs\geo\Lib\site-packages\pandas\core\frame.py:5603, in DataFrame.drop(self, labels, axis, index, columns, level, inplace, errors) File ~\miniconda3\envs\geo\Lib\site-packages\pandas\core\generic.py:4810, in NDFrame.drop(self, labels, axis, index, columns, level, inplace, errors) File ~\miniconda3\envs\geo\Lib\site-packages\pandas\core\generic.py:4852, in NDFrame._drop_axis(self, labels, axis, level, errors, only_slice) File ~\miniconda3\envs\geo\Lib\site-packages\pandas\core\indexes\base.py:7136, in Index.drop(self, labels, errors) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
VNP03IMG_NRT is a Near Real-Time (NRT) dataset. NRT data is only retained for a short rolling window (typically the last ~7 days). You should use |
Beta Was this translation helpful? Give feedback.
VNP03IMG_NRT is a Near Real-Time (NRT) dataset. NRT data is only retained for a short rolling window (typically the last ~7 days). You should use
VNP03IMGinstead.