GenericMappingTools / GenericMappingTools/gmt
Julia gmtselect -R screws the segments
Open
bug
- Dominant language
- C
- Stars
- 979
- Forks
- 414
- Avg merge
- 17h 26m
- Merged PRs (30d)
- 54
Description
Is it the same sort of shit as the -g?
Because this works fine on CLI
```
gmt pscoast -Dc -Rd -M -W > cl.dat
gmt gmtselect cl.dat -R-180/-70/-90/90 > cc.dat
```
but seems to ignore the multi-segment nature on GMT.jl
```
cl = coast(dump=:true, res=:c, region=:global);
cc = gmtselect(cl, R=(-180,-70,-90,90));
imshow(cc)
```

Contributor guide
Assessment
This issue has not been assessed yet.