Naresh Palaiya

Results 10 issues of Naresh Palaiya

I was trying to apply watermark on CMYK images. It complains about **error:** `ifthenelse: not one band or 5 bands` Could you please let me know the issue and fix...

I am using the wrapper of scikit-learn Multilayer Perceptron in Python [https://github.com/aigamedev/scikit-neuralnetwork](url) to train the neural network and save it to a file. Now, I want to expose it on...

How do i capture the http metric for this handler: ``` type appHandler struct { *appContext H func(*appContext, http.ResponseWriter, *http.Request) (int, error) } func (ah appHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)...

How to do the chroma sampling similar to [ImageMagick](https://github.com/gographics/imagick/blob/v2.5.0/imagick/magick_wand_prop.go#L489) as mentioned below. ``` mw := imagick.NewMagickWand() defer mw.Destroy() samplingFactor := []float64{2, 1, 1} mw.SetSamplingFactors(samplingFactor) ```

question

Could you please look into the follow user-agents of WebView. These are not parsed correctly it gives `Browser = Android` and `BrowserVersion = 4.0` `Mozilla/5.0 (Linux; Android 4.4; Nexus 5...

bug

**To Reproduce** I was trying to stack the multiple bands (R,G,B) of sentinel-2 (in jp2 format) using the [example](https://earthpy.readthedocs.io/en/latest/gallery_vignettes/plot_raster_stack_crop.html#stack-the-bands). And got the error as mentioned in the screenshot below. Moreover,...

I am using the wrapper of scikit-learn Multilayer Perceptron in Python [https://github.com/aigamedev/scikit-neuralnetwork](url) to train the neural network and save it to a file. Now, I want to expose it on...

I tried building the mist 1.0.0 for spark 2.2.1 but it throws the following error and error was quite long so am attaching the only few lines of it. **Sample...

Is there a way to download the Modis data based on cloud percentage?

enhancement
question

I am getting the following exception while running the code. I have same size of all the Landsat (size 20.5 MB) and MODIS (size 5.1 MB) Images. I am running...