sdtaylor / phenology_gradients

0 stars 0 forks source link

major revision notes #10

Open sdtaylor opened 4 years ago

sdtaylor commented 4 years ago

forget the large scale stuff, just do small scale.

would be neat and, probably, easy to do in on different cactuses.

Compare their phenology across different locations:

Maricopa County (Phoenix) Pima County (Tucson) Saguaro NP (if so then excluded from Pima cnty) Don Ana county

sdtaylor commented 4 years ago

pima 25000 cactacea obs (16300 by ck) pop: 546000 ('18) area 9200 sq mi maricopa 6400 cactacea obs (720 by ck) pop: 4.5 mil ('19) area 9200 sq mi Doña Ana 2400 obs (830 by ck2) pop 219000 ('19) area 3800 sq. mi

sdtaylor commented 4 years ago

city points

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "location": "tucson"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -110.9,
          32.2
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "location": "phoenix"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -112,
          33.45
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "location": "las cruces"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -106.8,
          32.3
        ]
      }
    },
  ]
}