HuidaeCho / projpicker

Projection picker
GNU General Public License v3.0
5 stars 2 forks source link

More tool ideas for ArcGIS Pro Toolbox #13

Closed HuidaeCho closed 3 years ago

HuidaeCho commented 3 years ago

These tools will be useful:

HuidaeCho commented 3 years ago
ocsmit commented 3 years ago

Match coordinates will be unable to be implemented within ArcGIS Pro due to pyproj dependencies.

HuidaeCho commented 3 years ago

Match coordinates will be unable to be implemented within ArcGIS Pro due to pyproj dependencies.

You're right. Forget about it.

ocsmit commented 3 years ago

Didn't realize until I had already written the tool ;)

HuidaeCho commented 3 years ago

@ocsmit Please try this implementation of pyproj.Transformer.from_crs (https://github.com/HuidaeCho/projpicker/commit/93158abe0bd481a53337d88515d02c1845897f42) from ArcGIS Pro. If it works, we can implement coordinate matching. It shouldn't be part of the core installation. When you install the toolbox, just copy this file to the projpicker directory where projpicker.py is (NOT projpicker.pyt).

HuidaeCho commented 3 years ago

Reopening this request and let me know after you try the mini pyproj.py.

ocsmit commented 3 years ago

Very nifty. Will be a bit as I finish up homework for the night. Will have it tested by end of the day!

HuidaeCho commented 3 years ago

Did it work?

ocsmit commented 3 years ago

Yes, need to think about best way to show result, but it works.