jbaileyh / geogrid

Turning geospatial polygons into regular or hexagonal grids. For other similar functionality see the tilemaps package https://github.com/kaerosen/tilemaps
Other
393 stars 31 forks source link

remove binaries from repository #1

Closed barryrowlingson closed 6 years ago

barryrowlingson commented 6 years ago

The src directory has some binaries (.so and .o) which you should probably delete. I suspect they may be messing up my install:

 unable to load shared object `/library/hexmapr/libs/hexmapr.so':
  /library/hexmapr/libs/hexmapr.so: invalid ELF header

Add them to your .gitignore

sassalley commented 6 years ago

Apologies for this - still learning. I believe that commit 3e18de7 should have achieved this. Please let me know if the issue persists.