A dataset containing the names of the old and corresponding new data on geoserver, including relevent CQL filters
data(name_conversions)
A data frame with 630 rows and 5 variables
Original_Layer_Name. The name of the original data 'typeNames', without the 'datavic:' prefix
New_Layer_Name. The new 'typeNames' for the corresponding data stored on the AWS cloud geoserver
CQL_FILTER. The CQL filter that needs to be applied to the new data to match the old datset
full_original_name. The full name of the original layer (with prefix)
full_new_name. The full name of the new data (with prefix to be used when calling the layer with vicmap_query()
)