Not plotting all WoRMS occurences
With the updated marinvaders I went in and looked at the european green crab again (Carcinus maenas, aphiaID=107381). It now seems that not all OBIS occurences are actually plotted?
Using the following code with the marinvaders 0.4.0 I don't get the ecoregion in my plot although there is an alien occurrence point. o import marinvaders o species_data = marinvaders.Species(aphia_id=107381, gisd_file = '../marinvaders/data/gisd_data2.json') o species_data.plot()
I think the issue is with the plotting itself since the occurrence actually shows in the tables generated in marinvaders:
I have attached a word file with screenshots for further understanding the plotting issue.