You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in hit_national_map_api(current_bbox, current_box[["img_width"]], :
object '"img_width"' not found
In addition: Warning messages:
1: Assuming geographic CRS.
ℹ Set 'projected' to TRUE if projected.
2: Assuming CRS of EPSG 4326
ℹ Set bboxSR explicity to override
The text was updated successfully, but these errors were encountered:
Kinda dissatisfying resolution, but the basic issue is that the API was down a few weeks ago, and now it's back up. The example no longer errors (but I reproduced it at the time and this API is known for being flaky).
This error message should be nicer, but I'm going to close out the issue for the moment because I'm not currently actively working on terrainr, so that would need to happen as part of a larger overhaul effort (which I don't have scheduled).
Josiah -- if terrainr's tests being flaky are blocking you on something, let me know and we can find a workaround.
But if you were looking for a better way to download this data, might I recommend the rsi package, which has a nicer interface, much faster download times, and is overall an upgrade from terrainr:
I suspect this is a change that came with the newest version of {sf}. The examples in get_tiles() does not work out of the box.
The text was updated successfully, but these errors were encountered: