Skip to content

Related issues - particularly running containerized #189

@kyle-messier

Description

@kyle-messier

Similar download path and permission issues on download_modis

The file path for MOD06 contained NA/NA/NA

Likely resolution at L2641, which was previously hard coded to [[1]][8]. On the container the length after strsplit was 7.

    download_name <- unlist(
      lapply(
        download_url,
        function(x) tail(strsplit(x, "/")[[1]], 1)
      )
    )

Need to investigate blank download txt files in download_modis with product = VNP46A2

Metadata

Metadata

Assignees

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