bmcgaughey1 / USGSlidar

A collection of functions to browse lidar data collections, query collections for coverage for specific locations, and retrieve data covering locations.
Creative Commons Zero v1.0 Universal
5 stars 1 forks source link

Difficult to figure out project identifier in queryUSGSTileIndex #16

Open bmcgaughey1 opened 1 year ago

bmcgaughey1 commented 1 year ago

It is hard to figure out which field to use for the fieldname parameter in queryUSGSTileIndex(). You really need to know the field names in the tile index but these are not exposed by the package. Potentially, you could read the field names when calling the setUSGSTileIndex() and setUSGSProjectIndex() functions. Then add a function to show the fields in each index. This wouldn't show you any values from the fields but at least you could match field names.