Skip to content

add raster layer failed in Example02_raster_Data #170

Description

@shenweiqing

Hi,I have a problem about adding and showing a raster on the map. I would appreciate any help in debugging and tracking down the error source.
I pull the lastest geonotebook image by run the code
pull geonotebook/geonotebook and use default config
When I run M.add_layer(rd, opacity=1.0, gamma=2.5) in 02_Raster_Data.ipynb,
nothing appears on the map. (I have tried chrome、Firefox and edge web browser)
But I think I read the raster image, because I can see the max and min values of the bands, besides M.layers is not an empty collection.
when I press F12 to see the chrome web browser console message. There is a log reads

127.0.0.1:8888/ktile/69554045-2827-4058-8ec4-3cb375a2a9ee/L57.Globe.month09.2010.hh09vv04.h6v1.doy247to273.NBAR.v3.0_16693297702632292612/19/42/7.png?:1 GET http://127.0.0.1:8888/ktile/69554045-2827-4058-8ec4-3cb375a2a9ee/L57.Globe.month09.2010.hh09vv04.h6v1.doy247to273.NBAR.v3.0_16693297702632292612/19/42/7.png? net::ERR_CONNECTION_REFUSED

I enter the container and try to check if there is a file names 7.png, but i find none.
docker exec -it containerid /bin/bash
find / -name 7.png
Please let me know what additional info would be helpful in debugging this.
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions