biolab / orange3-geo

:tangerine: :earth_africa: Orange add-on for dealing with geography and geo-location
GNU General Public License v3.0
25 stars 28 forks source link

GeoTransform: a few improvements #144

Closed ajdapretnar closed 2 years ago

ajdapretnar commented 2 years ago

Add a few improvement to the new GeoTransform:

janezd commented 2 years ago

Name new coordinates Lat and Lon if Replace original coordinates is unchecked.

Using the same name was intentional. If original names were širina and višina, I'd like the new names to be širina (1) and višina (1). It's easier to find and works better if data is not in English. Plus, I prefer latitude/longitude over lat/lon. :)

ajdapretnar commented 2 years ago

The point is Geo Map and Choropleth both find variables with "lat"/"lon" in names automatically in find_lat_lon, making the workflow super nice and easy. Otherwise, one has to manually set these variables. They can be called latitude and longitude, not problem, find_lat_lon can handle this.