Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It does not support uppercase SHP extention #46

Open
mickeyjohn opened this issue Mar 9, 2018 · 1 comment
Open

It does not support uppercase SHP extention #46

mickeyjohn opened this issue Mar 9, 2018 · 1 comment

Comments

@mickeyjohn
Copy link

mickeyjohn commented Mar 9, 2018

Hi,

I found that shape.open() method emits error for upper shapefile. For example:
path = "/user/TEST_002.SHP";

It emits error message:

​​​​​{ [Error: ENOENT: no such file or directory, open '/user/TEST_002.SHP.shp']​​​​​
​​​​​ errno: -2,​​​​​
​​​​​ code: 'ENOENT',​​​​​
​​​​​ syscall: 'open',​​​​​
​​​​​ path: '/user/TEST_002.SHP.shp' }​​​​​

Do you think It is a good idea to make the library support uppercase extension ?

@mickeyjohn mickeyjohn changed the title Does not support upper case SHP extention It does not support upper case SHP extention Mar 9, 2018
@mickeyjohn mickeyjohn changed the title It does not support upper case SHP extention It does not support uppercase SHP extention Mar 9, 2018
@chadam189
Copy link

Also ran into this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants