riparias / gbif-alert

GBIF Alert is a GBIF occurrence based alert system.
https://gbif-alert-demo.thebinaryforest.net/
MIT License
7 stars 2 forks source link

WFS - some remarks #268

Open filipmahieu opened 11 months ago

filipmahieu commented 11 months ago

On the development-site a (new) wfs was made (see issue 65): https://dev-alert.riparias.be/api/wfs/observations . We wish to add some remarks:

It is thus stil the development-site. Can there also be created a wfs on the production-site?

damianooldoni commented 11 months ago

I answer the question I think I can know the answer:

I will add soon the Dutch name of species. I will try to do it on Admin panel of production. In this way @niconoe can add it.

Absences are not harvested from GBIF so we don't have them. What we still have are observations which are actually management actions, so the species is present but then removed/eradicated.

filipmahieu commented 11 months ago

Please don't forget to add the scientific (latin) name. Thanks

niconoe commented 11 months ago

@filipmahieu: to answer your last question: the WFS server is also available on the production site, the URL is: https://alert.riparias.be/api/wfs/observations

Hopefully I'll find time soon to implement your other remarks.

niconoe commented 10 months ago

Hey @filipmahieu, I've been able to make some progress on this issue today. The results is already visible on https://gbif-alert-demo.thebinaryforest.net/ and will soon be on the RIPARIAS prod site.

Changes/answers:

Details about the fields after the update:

Screenshot 2023-11-06 at 14 19 12

Can you tell us if this works for you? Also I'd be interested in knowing which fields you actually don't use. I initially included everything but later realised some things should probably be kept internal. But I don't dare removing data, knowing you might use it in your own scripts.

filipmahieu commented 10 months ago

Ok, I cannot see the changes yet in the WFS's (dev or production).

filipmahieu commented 10 months ago

Don't worry about 'our scripts' because the automatic download at night downloads it all from scratch.

niconoe commented 10 months ago

Thanks for the feedback, @filipmahieu!

Screenshot 2023-11-08 at 12 14 07
filipmahieu commented 10 months ago

We see it now in production. We see in QGis the fields under 'Species' as one field (content '95 Baccharis halimifolia struikaster Eastern baccharis séneçon en arbre ' Is it possible to give these fields separately so we can visualise them on e.g. id or vernacular_name_nl image

filipmahieu commented 10 months ago

We thank you allready for the efforts made to have a WFS!

niconoe commented 10 months ago

Hi @filipmahieu: indeed, we use the "complex fields" possibilities of WFS to provide details about the species and the dataset, apparently this feature is not well supported in QGIS, making things impractical. I'll update the WFS server to avoid this issue.

filipmahieu commented 8 months ago

Hi, referring to https://github.com/riparias/gbif-alert/issues/272 , we'd like to test if the asked not-use of 'complex fields' would solve our issue that the WFS does not work in our automatic download tool. So solving this issue could use another one too here. @damianooldoni

niconoe commented 5 months ago

I just updated the format, here is it:

Screenshot 2024-03-25 at 13 04 34

Not that this is not yet deployed/visible on the site, but I plan to do that later today!

filipmahieu commented 5 months ago

Thanks,

could it be possible to add the field id that I saw in the previous version: here a screenshot image

I suppose that's an id referring to a certain list thats's used inside Riparias with a stable id per taxa. Can I somewhere see that list? Would be very interesting to make a legend upon in QGis.

niconoe commented 5 months ago

I just added the field and deployed the changes to both servers (test and production). I'll send you the species list by mail immediately.

Tell me if all that works for you now!

filipmahieu commented 4 months ago

We are able now to download each night the data and implement a legend (with speciesid). Thanks.