Baselight

Crop Calendar Dataset Compatible With Satellite-derived Land Surface Phenology

Joint Research Centre

@ecjrc.jrc_10112_10003

Crop Calendars At Sub-national Level
@ecjrc.jrc_10112_10003.crop_calendars_at_sub_national_level

CSV file containg the range of planting, growing and harvesting season at sub-national level.To visualise the information in a GIS environment, use the field asap1_id and join with the spatial layer gaul1_asap (see Dataset Administrative boundaries).

  • 40.09 KB
  • 3068 rows
  • 9 columns
asap0_id

Asap0 Id

name0_shr

Name0 Shr

asap1_id

Asap1 Id

name1_shr

Name1 Shr

crop_name

Crop Name

sos_s

Sos S

sos_e

Sos E

eos_s

Eos S

eos_e

Eos E

13Kyrgyzstan353TalasWheat (Spring)8122831
13Kyrgyzstan410Jalal-AbadWheat (Spring)8122932
13Kyrgyzstan600BatkenWheat (Spring)8112932
13Kyrgyzstan609NarynWheat (Spring)10132830
13Kyrgyzstan611OshWheat (Spring)10132830
13Kyrgyzstan612Ysyk-KolWheat (Spring)10132830
13Kyrgyzstan2392ChuyWheat (Spring)8122831
20Bangladesh626RajshahiRice (Aman)16232936
20Bangladesh626RajshahiRice (Aus)4131623
20Bangladesh626RajshahiRice (Boro)3561015

CREATE TABLE crop_calendars_at_sub_national_level (
  "asap0_id" BIGINT,
  "name0_shr" VARCHAR,
  "asap1_id" BIGINT,
  "name1_shr" VARCHAR,
  "crop_name" VARCHAR,
  "sos_s" BIGINT,
  "sos_e" BIGINT,
  "eos_s" BIGINT,
  "eos_e" BIGINT
);

Share link

Anyone who has the link will be able to view this.