Giter Club home page Giter Club logo

Comments (15)

damianooldoni avatar damianooldoni commented on August 23, 2024 2

Dataset published on zenodo 🥳
https://zenodo.org/record/3784227

from indicators.

damianooldoni avatar damianooldoni commented on August 23, 2024 1

Thanks @timadriaens and @peterdesmet for your suggestions.

I will produce three files:

  • the cube at protected area level
  • the taxonomic metadata file
  • the protected area metadata file

Cube at protected area level

protected_area_id type year taxonKey n ncells coverage min_coord_uncertainty
BE3748432 A 2010 124245 34 15 0.30 100
BE3748432 A 2011 124245 44 29 0.58 230
BE3748432 A 2012 124245 58 32 0.64 3400
BE3748432 A 2013 124245 69 36 0.72 10000
BE3748432 A 2014 124245 88 43 0.86 100
BE3748432 A 2015 124245 92 45 0.90 100
BE3748432 A 2016 124245 95 47 0.94 10
BE3748432 A 2017 124245 99 48 0.96 10

Taxonomic metadata file

taxonKey scientificName rank kingdom phylum class taxonomicStatus includes
124245 Damianus damianis (Oldoni, 1982) SPECIES Animalia Chordata Mammalia DOUBTFUL "124245: Damianus damianis (Adriaens, 1982) | 124246: Damianus damianis adriaensis (Oldoni, 2020)"

Protected metadata file

protected_area_id type_legend area_name
BE3748432 Bird's Directive Het Zwin

from indicators.

peterdesmet avatar peterdesmet commented on August 23, 2024 1

@damianooldoni ok, ping when I should review

from indicators.

timadriaens avatar timadriaens commented on August 23, 2024

great! Can you add common and scientific names please?

from indicators.

peterdesmet avatar peterdesmet commented on August 23, 2024

Scientific names (and maybe common names: harder) should be added via an extra metadata file (like we do for the other cubes), to not inflate the size of the cube

from indicators.

timadriaens avatar timadriaens commented on August 23, 2024

For analysis purposes, we would also need the native species, so it would be good to add alien or native status (based on the taxon being on the unified or not) and some taxon information (minimally kingdom).

protected_area_id type year taxonKey obs ncells coverage Unified (alien/native) Kingdom
BE3748432 A 2010 124245 34 15 0.30 alien plantae
BE3748432 A 2011 124245 44 29 0.58 native animalia
BE3748432 A 2012 124245 58 32 0.64 native plantae
BE3748432 A 2013 124245 69 36 0.72 alien plantae
BE3748432 A 2014 124245 88 43 0.86 native plantae
BE3748432 A 2015 124245 92 45 0.90 alien animalia
BE3748432 A 2016 124245 95 47 0.94 alien animalia
BE3748432 A 2017 124245 99 48 0.96 native plantae

from indicators.

timadriaens avatar timadriaens commented on August 23, 2024

Let me know when you want to write metadata together for zenodo publication @damianooldoni

from indicators.

damianooldoni avatar damianooldoni commented on August 23, 2024

As mentioned in PR @77, I worked on this and I produced a pipeline https://trias-project.github.io/indicators/occurrence_species_protected_areas_level.html in chapter Appendix of indicators webpage.

About the finale table and the two related metadata, the table is too big to be put on GitHub. Indeed, we could publish it on Zenodo. Meanwhile, the output files are tab separated and are downloadable via this Firefox Send link.

@timadriaens : feel free to start a draft about metadata. I will start on Tuesday a Zenodo upload and invite you to join for improvement. @peterdesmet: I learned a lot while publishing with you the cubes, still your review of this new TrIAS Zenodo publication is welcome 😄

from indicators.

damianooldoni avatar damianooldoni commented on August 23, 2024

I started an upload to Zenodo. Link: https://zenodo.org/deposit/3784227.
@timadriaens : can you check the metadata? You can login by using my INBO email and the password I will send you privately.

from indicators.

damianooldoni avatar damianooldoni commented on August 23, 2024

Thanks @timadriaens to further work on metadata.
Please, be aware that zenodo writing interface is not like GitHub, so if you want to add code you need to do write in Broncode modus. See screenshot here below:
image

So, please refresh your upload page to see my change.

from indicators.

damianooldoni avatar damianooldoni commented on August 23, 2024

After video discussion with @timadriaens , we agreed to modify the protected area data.frame by adding AOO (Area Of Occupancy) and coverage of infraspecific alien taxa. This means that the analysis is not anymore at species level but ensures a better analysis of trends of alien species.

Example here below where the second line will be added:

ITECODE SITETYPE year speciesKey n aoo coverage min_coord_uncertainty is_alien remarks
BE2200031 B 1998 2889011 8 5 0.06 700 FALSE Infraspecific alien taxa present. 7901010:Rumex obtusifolius subsp. sylvestris (Lam.) Celak.
BE2200031 B 1998 7901010 6 4 0.048 1000 TRUE

How to do it? By using not only the Belgian occurrence cube at species level, but also the occurrence cube of alien taxa based on the unified (as output of https://github.com/trias-project/occ-cube-alien and published on Zenodo).

from indicators.

damianooldoni avatar damianooldoni commented on August 23, 2024

Infraspecific taxa have been added to protected area analysis.
@timadriaens : e.g. check again the spreading data of alien taxa in Flemish habitat directive areas, https://github.com/trias-project/indicators/blob/master/data/output/protected_areas_analysis/n_prot_areas_per_species_flanders_habitat.csv.
Trachemys scripta elegans is present in 37 areas, Trachemys scripta troostii in 32 areas while Trachemys scripta scripta in 28.

from indicators.

timadriaens avatar timadriaens commented on August 23, 2024

ok thx

from indicators.

damianooldoni avatar damianooldoni commented on August 23, 2024

@peterdesmet: it's time to ping you for a review of the zenodo upload: https://zenodo.org/deposit/3784227#.

You know the credentials.

from indicators.

peterdesmet avatar peterdesmet commented on August 23, 2024

Done!

from indicators.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.