blackmarblepy icon indicating copy to clipboard operation
blackmarblepy copied to clipboard

Georeferenced Rasters and Statistics of Nightlights from NASA Black Marble

Results 21 blackmarblepy issues
Sort by recently updated
recently updated
newest added

I was downloading data for multiple days and the "retrieving" failed a few times. The function still worked, as it's designed to retry. But not sure if there's something going...

bug
help wanted

The `file_skip_if_exists` was removed and needs to be reimplemented.

bug
help wanted

* Added function to remove fill values (for example, NTL values set to 65535 should be replaced with NA). Originally this was done with the `quality_flag_rm` parameter (eg, when is...

``` data = bm_extract(roi = gdf, product_id = "VNP46A2", date_range = pd.date_range("2021-10-02", "2021-11-01", freq="D"), bearer = bearer, ) ``` When download `data`, it provides ntl_mean value. I have found some...

question

We currently lack comprehensive unit tests. This issue is created to track and coordinate efforts towards implementing unit tests for the package.

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** It took me some time to notice that the API interface is under "blackmarble package. **Describe the solution you'd like**...

enhancement
question

In the charts towards the end of the example notebook that show trends in NTL by admin over time, is it possible to automate the x-axis date label, so that...

enhancement
question

While everything in the notebook was working well, I would receive this recurring error in lieu of the progress bars: ![image](https://github.com/worldbank/blackmarblepy/assets/4492990/0deef8bc-d3db-4db6-95f3-a6990c22d8e8) To fix, I needed to update my Jupyter Lab...

enhancement
question

Bit 0: Day/Night 0: Night 1: Day Bits 1-3: Land/Water Background 0: Land & Desert 1: Land no Desert 2: Inland Water 3: Sea Water 5: Coastal Bits 4-5: Cloud...

enhancement
help wanted

[LAADS DAAC is migrating to AWS](https://ladsweb.modaps.eosdis.nasa.gov/cloud/), so we should add a module to retrieve from AWS S3 instead.

enhancement
good first issue
help wanted