Example LAZ API USGS #287
-
Collection of USGS LAZ files can be accessed using API exposed in https://apps.nationalmap.gov/downloader/ Endpoint accepts polygon selection. example fetch example list item {
|
Beta Was this translation helpful? Give feedback.
Replies: 11 comments 32 replies
-
This is great! Does it work for querying LiDAR DEM as well? |
Beta Was this translation helpful? Give feedback.
-
Looks like it. |
Beta Was this translation helpful? Give feedback.
-
It look like all datasets offered inside this interface use same high level API. |
Beta Was this translation helpful? Give feedback.
-
One can simplify get Catalogue docs |
Beta Was this translation helpful? Give feedback.
-
Just found some interesting packages that are relevant. |
Beta Was this translation helpful? Give feedback.
-
I am trying to figure out how to download the NED data using the API. The following link is expected to return the current DEM tiles. However, it only returns the historical DEM tiles. Do you know why? The returned result is expected is contained the following links, but none of them is there.
|
Beta Was this translation helpful? Give feedback.
-
I do get a fetch |
Beta Was this translation helpful? Give feedback.
-
You can see that these historical tiles have duplicates. I would expect it the return the URLs like this:
|
Beta Was this translation helpful? Give feedback.
-
I'm currently looking at possible PR & comparing to functionality
Few questions:
|
Beta Was this translation helpful? Give feedback.
-
Code review welcome |
Beta Was this translation helpful? Give feedback.
This is great! Does it work for querying LiDAR DEM as well?