Skip to content

Commit f0ab22b

Browse files
Merge pull request #74 from ayushpatnaikgit/main
Add citation information
2 parents c7f04df + c51dee4 commit f0ab22b

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
National Oceanic and Atmospheric Administration (NOAA) releases nighttime lights images produced using the Visible Infrared Imaging Radiometer Suite (VIIRS) since April 2012. Nighttime lights data had emerged as a useful tool to measure economic activity. Many researchers have established a correlation between prosperity and the brightness of a region. In many situations, nighttime lights generates measures with accuracy, latency and geographical resolution that are superior to conventional methods of measurement, such as GDP.
1010

11-
Using nighttime lights for economic analysis require cleaning of data and aggregating measurements of pixels over regions of interest. This package provides functions to clean nighttime lights data and well as some other niche functions used by reseachers in this field.
11+
Using nighttime lights for economic analysis require cleaning of data and aggregating measurements of pixels over regions of interest. This package provides functions to clean nighttime lights data and well as some other niche functions used by reseachers in this field.
1212

13-
This package was a foundation for a research paper, ["But clouds got in my way: bias and bias correction of VIIRS nighttime lights data in the presence of clouds"](https://xkdr.org/wp2021-07.html) by Ayush Patnaik, Ajay Shah, Anshul Tayal, Susan Thomas. This paper diagnoses a source of bias in the data and responds to this problem with a bias correction scheme. Along with other mainstream methods of data cleaning, this method is also implemented in the package.
13+
This package was a foundation for a research paper, ["But clouds got in my way: bias and bias correction of VIIRS nighttime lights data in the presence of clouds"](https://xkdr.org/wp2021-07.html). This paper diagnoses a source of bias in the data and responds to this problem with a bias correction scheme. Along with other mainstream methods of data cleaning, this method is also implemented in the package. A detailed description of the functions of the package used for data cleaning is in the paper ["Foundations for nighttime lights data analysis"](https://papers.xkdr.org/papers/2022Patnaiketal_foundationsforNighttimelightsDataanalysis.pdf).
1414

1515
This package is build on top of [Rasters.jl](https://github.com/rafaqz/Rasters.jl/). Nighttime lights tif/nc files can be read using `Rasters.Raster()`.
1616

@@ -31,6 +31,18 @@ ncfobs = Raster("sample_ntl_ncfobs.nc")
3131
clean_complete(radiance, ncfobs)
3232
```
3333

34+
## Citing NighttimeLights.jl
35+
36+
To cite NighttimeLights.jl, please reference the [paper](https://papers.xkdr.org/papers/2022Patnaiketal_foundationsforNighttimelightsDataanalysis.pdf). Sample Bibtex is given below:
37+
38+
```bibtex
39+
@techreport{patnaik2022foundations,
40+
title={Foundations for nighttime lights data analysis},
41+
author={Patnaik, Ayush and Shah, Ajay and Thomas, Susan and others},
42+
year={2022}
43+
}
44+
```
45+
3446
## Support
3547

3648
We gratefully acknowledge the JuliaLab at MIT for financial support for this project.

0 commit comments

Comments
 (0)