virtualarchitectures / node-red-contrib-proj4

A Node-Red node for performing geographic coordinate conversions
MIT License
0 stars 1 forks source link

dynamically set wkt/proj4 string #10

Open tvi2 opened 8 months ago

tvi2 commented 8 months ago

Dear,

It would be nice if one could inject the wkt string into the proj4 node. This way it could be set dynamically in Node-red (for time dependent transformations for example - or dashboard selection of CRS).

Thanks!

virtualarchitectures commented 8 months ago

Hi @tvi2, I'm really glad you are finding the tool useful. I've noted that you've submitted a pull request #11 It will take me some time to get to this but look forward to reviewing the proposed update.

tvi2 commented 8 months ago

Hi, thanks for your reply.

Only recently I've discovered this proj4 implementation for node-red, which is quite useful for our purposes (survey workflows - for which we use node-red quite often).

I am new to publishing/sharing code over github and implementation towards node-red.

tvi2 commented 6 months ago

Hi @virtualarchitectures, checking in whether you had time to review the small additions in made to your code? This will allow to inject a wkt string into the main node to set the CRS.

Thanks in advance.