Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output geojson file with null values #179

Open
bennlich opened this issue Jun 6, 2022 · 1 comment
Open

output geojson file with null values #179

bennlich opened this issue Jun 6, 2022 · 1 comment

Comments

@bennlich
Copy link

bennlich commented Jun 6, 2022

Hiya. When I try to convert this kml to geojson, the resulting geojson has some weird null values in it that I don't see in the original kml. Any idea what's going on there?

(I added the txt extension so github would allow it): doc.kml.txt

@andrewharvey
Copy link

At the end of your KML you have 3 features without a geometry

        <Placemark>
      <name>Cloud AOI</name>
      <styleUrl>#cloudAoi</styleUrl>
      <description>
        <![CDATA[
          Areas where clouds were obsecuring proper data collection.
        ]]>
      </description>
      <MultiGeometry>
        
      </MultiGeometry>
    </Placemark>
    <Placemark>
      <name>NoData</name>
      <styleUrl>#noData</styleUrl>
      <description>
        <![CDATA[
          Areas where no data is avaliable.
        ]]>
      </description>
      <MultiGeometry>
        
      </MultiGeometry>
    </Placemark>
    <Placemark>
      <name>Possible Heat</name>
      <styleUrl>#possible_heat</styleUrl>
      <description>
        <![CDATA[
          Points of possible heat sources.
        ]]>
      </description>
      <MultiGeometry>
        
      </MultiGeometry>
    </Placemark>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants