Description
...
This operation needs only one argument:
Argument | Data type |
---|---|
geocoord mandatory | geocoord |
latitude / Grid size mandatory | float / integer |
longitude mandatory | float |
The data type of the new column is geocoord.
Example
...
Rw ui textbox macro | ||
---|---|---|
| ||
The examples in this article use values in a data table generated |
...
from the following CSV file. |
...
If you want to try the example for yourself, download the file and upload it to your domain by clicking Data upload in the navigation |
...
panel. Name the new table After receiving the confirmation message, you can access the table from the Finder, selecting my → upload → sample → data. When you upload data from a file, all the information is included in a single column called message. To split the values into different columns, you can use the Split operation. Click Toggle Query Editor in the search window toolbar and paste the following LINQ query to |
...
save time:
|
We want to represent the strings in the geocoordStrings column in the format :type:value. First, we must transform the strings to data type geocoord.
Step 1: Transform the geocoord strings into data type geocoord
...
gridlatlon(geocoord, latitude_float, longitude_float)
gridlatlon(geocoord, grid_size_integer)
Example
Copy the following LINQ script and try the above example on the my.upload.sample.data
table.
|