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
@hobu is it possible to use the aws resources to get all of the links to download lidar for an entire state? I have tried to do this through the data download but it is limited to 5000 items per txt file.
The text was updated successfully, but these errors were encountered:
@duranduran127 It is possible (though not advisable) to use our TNMAccess API to programmatically obtain links for all the available raw lidar (not Entwined) for an entire state with a call like this:
https://tnmaccess.nationalmap.gov/api/v1/products?datasets=Lidar Point Cloud (LPC)&offset=0&max=5&polyCode=22&polyType=state&
where polyCode is a state code found by calling this web service:
One would need to paginate through the records by calling with different 'offset=' values. I think max=1000 is the maximum number of records returned at a time.
The API will return the download URLs from a non-AWS web server called rockyweb. This is the API the Downloader uses to query for all the National Map product download URLs.
@hobu is it possible to use the aws resources to get all of the links to download lidar for an entire state? I have tried to do this through the data download but it is limited to 5000 items per txt file.
The text was updated successfully, but these errors were encountered: