AntonelloDN / ShrimpGIS

A basic plugin for Grasshopper to read and write shapefile and geojson (GPL)
GNU General Public License v3.0
17 stars 3 forks source link

Fixes Issue # 11. Removed numpy import in the static copy of UTM included in shrimpGIS. #13

Closed JamesParrott closed 1 year ago

JamesParrott commented 1 year ago

The fix works!

This is to test the hypothesis that UTM inside ShrimpGIS is importing whichever numpy version it finds installed. But if this is a later numpy version than the one UTM optionally requires (v 1.16.6), it raises a curious error, despite correct syntax:

1. Solution exception:unexpected token ‘from’

image

AntonelloDN commented 1 year ago

Hi @JamesParrott sorry for the delay! Yes, the issue was the try catch within import numpy.Let's merge it and thanks for contributing

AntonelloDN commented 1 year ago

:tada: This PR is included in version 1.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: