| bio | website | google.com |
|---|---|---|
| location | United States | |
| age | 43 | |
| visits | member for | 7 months |
| seen | Apr 15 at 13:59 | |
| stats | profile views | 2 |
JAPH.
|
Jan 10 |
awarded | Scholar |
|
Jan 10 |
accepted | How to convert from and to UTM coordinates in Mathematica? |
|
Jan 10 |
comment |
How to convert from and to UTM coordinates in Mathematica? @Tuku that works flawlessly. Thanks. |
|
Jan 9 |
comment |
How to convert from and to UTM coordinates in Mathematica? @kale: the short version of the function would therefore be: ll2utm[coord_] :=
GeoGridPosition[
GeoPosition[coord, "WGS84Original"], {"UTMZone33",
"CentralScaleFactor" -> 0.9996,
"GridOrigin" -> {500000, 0}}] [[1, {1, 2}]] and then ll2utm[{45, 15}] // Round gives {500000, 4982950}. |
|
Jan 9 |
comment |
How to convert from and to UTM coordinates in Mathematica? Thank you, this works. But to convert back, the simple GeoPosition on previous output should work, but I get errors. Looks like the GeoPosition is not happy with {"UTMZone33",...}. |
|
Jan 8 |
asked | How to convert from and to UTM coordinates in Mathematica? |
|
Oct 29 |
awarded | Self-Learner |
|
Oct 29 |
awarded | Teacher |
|
Oct 29 |
answered | Load Mathematica packages from the network |
|
Oct 29 |
comment |
Load Mathematica packages from the network So in the case of loading .m files Import is just the same as Get, except the Get reads local while the Import can read remotely? |
|
Oct 29 |
comment |
Load Mathematica packages from the network Thank you for the comment. Yes I would like the users to pull the file from the depository but for some reasons I should not install additional tools to their system. So, only plain Mathematica functions. After being unlucky with Needs[], it now looks that simple Import["https://.../package.m"] loads the file and namespace just OK. Can anyone explain me the difference between the Needs[] and Import[] of .m files? |
|
Oct 29 |
comment |
Load Mathematica packages from the network Could also be ftp. I would however prefer http to transfer .m file as it is and be loaded as a package. The goal is to have a package used by several users during a development when the package changes very frequently without using synchronization tools like Dropbox, wget or Mathematica URL tools. |
|
Oct 29 |
awarded | Student |
|
Oct 29 |
awarded | Analytical |
|
Oct 29 |
asked | Load Mathematica packages from the network |
|
Oct 5 |
awarded | Supporter |
|
Oct 5 |
awarded | Autobiographer |