Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling large layers #12

Closed
brittlnv opened this issue Apr 14, 2021 · 1 comment
Closed

Handling large layers #12

brittlnv opened this issue Apr 14, 2021 · 1 comment

Comments

@brittlnv
Copy link

# Start client
View(emodnet_wfs)
emodnet_client <- emodnet_init_wfs_client("seabed_habitats_general_datasets_and_products")

# See list of layers available and get Sandbanks of Europe
View(emodnet_get_wfs_info(emodnet_client))
subs <- emodnet_get_layers(emodnet_client, layers = "eusm2019_subs_full", reduce_layers = TRUE)

returns error

Warning: Download of layer 'eusm2019_subs_full' failed: Error in readBin(content, character()): R character strings are limited to 2^31-1 bytes

Is there a way to import such large layers through this package?

@LennertSchepers
Copy link
Member

I think this is the same issue as #1, no solution yet but closing this issue as this is a duplicate :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants