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

## Bug Report ### Description `blackmarble.raster.bm_raster` takes parameter `gdf`, but the API reference mentions `roi` instead. #### Screenshots / Error Messages (if applicable) ![image](https://github.com/worldbank/blackmarblepy/assets/10867686/c3ce1a0e-43a7-4295-ae34-c96528dca2fa)

bug

updates: - [github.com/igorshubovych/markdownlint-cli: v0.39.0 → v0.40.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.39.0...v0.40.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.4.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.2...v0.4.4)

Bumps [docutils](https://docutils.sourceforge.io) from 0.17.1 to 0.21.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docutils&package-manager=pip&previous-version=0.17.1&new-version=0.21.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

It seems that the documentation file is currently unavailable due to a broken link: [https://worldbank.github.io/blackmarblepy/examples/blackmarblepy.html](https://worldbank.github.io/blackmarblepy/examples/blackmarblepy.html). Is there an alternative link or another source where I might find the documentation?

bug

## Bug Report ### Description I'm starting to use the library and trying the blackmarblepy.ipynb tutorial. When I execute the line corresponding to r_20210205 = bm_raster() at the end of...

bug

Hello, I would like to ask for help regarding my research. I already have the visualization of the NTL radiance of a specific city or municipality but I was not...

question

Hi, I followed the exact same instructions as your documentations. I get this error: ![11](https://github.com/worldbank/blackmarblepy/assets/87753648/83137900-df89-40ff-a6f6-f1ccfc125e9b) Unable to synchronously open file (file signature not found)

**Describe the bug** OSError: Unable to synchronously open file (file signature not found) **To Reproduce** Steps to reproduce the behavior: Just running a simple bm_raster call from the examples is...

bug
help wanted

## Read Operation Timeout ### Description I tried running the code before and it works perfectly even though it took time to process a whole year's worth of data, hence,...

bug

When querying multiple rasters (ie, multiple dates), add parameter that allows for interpolating NA values. Implemented in blackmarbler (for both `bm_raster` and `bm_extract`) - https://github.com/worldbank/blackmarbler/blob/main/R/blackmarbler.R#L935

enhancement
help wanted