I know this is a very wide subject - still - I would like to convert a GIS DMS coordinates, for example:
33° 0' 10'' , 33° 40' 30''
into an EPSG:3857 format, ie:
3689865.02422557637, 3212878.5986975324
(this is not the calcualated convert, just an exmaple of the formats).
I know there are calculations\conversions in Map suppliers (ESRI, etc.). I'm looking for either of these ways, if somehow possible:
nodejs module (proj4js ? I looked in it but couldn't find a way doing so).
asp.net core FW feature\nuget ?