.gitpod.yml
LICENSE.md
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/Doxyfile.in
docs/source/authors.rst
docs/source/conf.py
docs/source/contribution.rst
docs/source/faq.rst
docs/source/getting-started.rst
docs/source/index.rst
docs/source/story.rst
docs/source/support.rst
docs/source/algorithm/api.rst
docs/source/algorithm/gis/gis.rst
docs/source/algorithm/system/system.rst
docs/source/algorithm/toolbox/toolbox.rst
docs/source/algorithm/visual/visual.rst
pyearth/__init__.py
pyearth.egg-info/PKG-INFO
pyearth.egg-info/SOURCES.txt
pyearth.egg-info/dependency_links.txt
pyearth.egg-info/requires.txt
pyearth.egg-info/top_level.txt
pyearth/gis/__init__.py
pyearth/gis/envi/__init__.py
pyearth/gis/envi/envi_write_header.py
pyearth/gis/gdal/__init__.py
pyearth/gis/gdal/gdal_check_file_type.py
pyearth/gis/gdal/gdal_check_raster_valid.py
pyearth/gis/gdal/gdal_raster_format_support.py
pyearth/gis/gdal/gdal_to_numpy_datatype.py
pyearth/gis/gdal/gdal_validate_polygon_file.py
pyearth/gis/gdal/gdal_vector_format_support.py
pyearth/gis/gdal/read/__init__.py
pyearth/gis/gdal/read/raster/__init__.py
pyearth/gis/gdal/read/raster/gdal_get_raster_extent.py
pyearth/gis/gdal/read/raster/gdal_get_raster_spatial_reference.py
pyearth/gis/gdal/read/raster/gdal_read_ascii_file.py
pyearth/gis/gdal/read/raster/gdal_read_envi_file.py
pyearth/gis/gdal/read/raster/gdal_read_geotiff_file.py
pyearth/gis/gdal/read/vector/__init__.py
pyearth/gis/gdal/read/vector/gdal_get_vector_extent.py
pyearth/gis/gdal/read/vector/gdal_get_vector_spatial_reference.py
pyearth/gis/gdal/read/vector/gdal_read_geojson_boundary.py
pyearth/gis/gdal/read/vector/gdal_read_shapefile.py
pyearth/gis/gdal/write/__init__.py
pyearth/gis/gdal/write/raster/__init__.py
pyearth/gis/gdal/write/raster/gdal_write_envi_file.py
pyearth/gis/gdal/write/raster/gdal_write_geotiff_file.py
pyearth/gis/gdal/write/vector/__init__.py
pyearth/gis/gdal/write/vector/gdal_export_vertex_to_file.py
pyearth/gis/gdal/write/vector/gdal_write_wkt_to_file.py
pyearth/gis/geometry/__init__.py
pyearth/gis/geometry/calculate_angle_between_vectors_degrees.py
pyearth/gis/geometry/calculate_angle_between_vertex.py
pyearth/gis/geometry/calculate_angle_between_vertex_normal.py
pyearth/gis/geometry/calculate_distance_based_on_longitude_latitude.py
pyearth/gis/geometry/calculate_distance_to_line.py
pyearth/gis/geometry/calculate_distance_to_plane.py
pyearth/gis/geometry/calculate_intersect_on_great_circle.py
pyearth/gis/geometry/calculate_polygon_area.py
pyearth/gis/geometry/calculate_spherical_triangle_area.py
pyearth/gis/geometry/clean_geometry.py
pyearth/gis/geometry/convert_idl_polygon_to_valid_polygon.py
pyearth/gis/geometry/convert_longitude_range.py
pyearth/gis/geometry/create_box_from_longitude_latitude.py
pyearth/gis/geometry/douglas_peucker_geodetic.py
pyearth/gis/geometry/extract_unique_vertices_and_connectivity.py
pyearth/gis/geometry/reorder_idl_polygon.py
pyearth/gis/geometry/split_polygon_cross_idl.py
pyearth/gis/geometry/visvalingam_whyatt_geodetic.py
pyearth/gis/location/Google_MetersPerPixel.py
pyearth/gis/location/__init__.py
pyearth/gis/location/convert_longitude_latitude_to_sphere_3d.py
pyearth/gis/location/find_index_by_longitude_latitude.py
pyearth/gis/location/get_geometry_coordinates.py
pyearth/gis/location/get_hydrosheds_continent_from_extent.py
pyearth/gis/location/world2Pixel.py
pyearth/gis/location/xyz_to_lonlat.py
pyearth/gis/spatialref/__init__.py
pyearth/gis/spatialref/convert_between_degree_and_meter.py
pyearth/gis/spatialref/convert_wgs_to_utm.py
pyearth/gis/spatialref/get_utm_spatial_reference.py
pyearth/gis/spatialref/reproject_coordinates.py
pyearth/gis/spatialref/reproject_coordinates_srs.py
pyearth/system/__init__.py
pyearth/system/create_symlink.py
pyearth/system/define_global_variables.py
pyearth/system/set_linker_directory.py
pyearth/system/python/__init__.py
pyearth/system/python/get_python_environment.py
pyearth/toolbox/__init__.py
pyearth/toolbox/analysis/__init__.py
pyearth/toolbox/analysis/difference/difference_polygon_with_polygon_file.py
pyearth/toolbox/analysis/difference/difference_polyline_with_polygon_file.py
pyearth/toolbox/analysis/extract/__init__.py
pyearth/toolbox/analysis/extract/clip_raster_by_polygon_file.py
pyearth/toolbox/analysis/extract/clip_vector_by_polygon_file.py
pyearth/toolbox/analysis/extract/exclude_vector_by_polygon_file.py
pyearth/toolbox/analysis/extract/exclude_vector_by_polygon_files.py
pyearth/toolbox/analysis/extract/filter_vector_by_attribute.py
pyearth/toolbox/analysis/extract/filter_vector_by_polygon.py
pyearth/toolbox/analysis/intersect/intersect_polygon_with_polygon_file.py
pyearth/toolbox/analysis/intersect/intersect_polyline_with_polygon_file.py
pyearth/toolbox/conversion/__init__.py
pyearth/toolbox/conversion/convert_polygon_to_polyline_file.py
pyearth/toolbox/conversion/convert_vector_to_geojson.py
pyearth/toolbox/conversion/convert_vector_to_global_raster.py
pyearth/toolbox/conversion/rasterize_vector.py
pyearth/toolbox/conversion/vectorize_raster.py
pyearth/toolbox/data/__init__.py
pyearth/toolbox/data/cgpercentiles.py
pyearth/toolbox/data/check_if_duplicates.py
pyearth/toolbox/data/convert_time_series_daily_to_monthly.py
pyearth/toolbox/data/remove_outliers.py
pyearth/toolbox/data/beta/__init__.py
pyearth/toolbox/data/beta/add_variable_to_netcdf.py
pyearth/toolbox/data/beta/replace_variable_in_netcdf.py
pyearth/toolbox/data/geojson/copy_geometry_without_attributes.py
pyearth/toolbox/data/geopackage/__init__.py
pyearth/toolbox/data/geopackage/convert_geojson_to_geopackage.py
pyearth/toolbox/data/geoparquet/__init__.py
pyearth/toolbox/data/geoparquet/convert_geojson_to_geoparquet.py
pyearth/toolbox/data/gsim/read_gsim_indices_data.py
pyearth/toolbox/data/list/list_alg.py
pyearth/toolbox/data/netcdf/__init__.py
pyearth/toolbox/data/netcdf/map_netcdf_file.py
pyearth/toolbox/data/nldi/__init__.py
pyearth/toolbox/data/nldi/get_usgs_site_information_nldi.py
pyearth/toolbox/data/nwis/__init__.py
pyearth/toolbox/data/nwis/get_nwis_discharge.py
pyearth/toolbox/data/nwis/get_usgs_site_information_nwis.py
pyearth/toolbox/data/ocean/define_land_ocean_mask.py
pyearth/toolbox/data/shapefile/__init__.py
pyearth/toolbox/data/shapefile/convert_shapefile_to_geojson.py
pyearth/toolbox/data/shapefile/convert_shapefile_to_geoparquet.py
pyearth/toolbox/date/__init__.py
pyearth/toolbox/date/day_in_month.py
pyearth/toolbox/date/day_of_year.py
pyearth/toolbox/date/dt2cal.py
pyearth/toolbox/date/julian.py
pyearth/toolbox/date/leap_year.py
pyearth/toolbox/date/timer.py
pyearth/toolbox/geometry/__init__.py
pyearth/toolbox/geometry/calculate_hexagon_area.py
pyearth/toolbox/geometry/create_gcs_buffer_zone.py
pyearth/toolbox/management/__init__.py
pyearth/toolbox/management/raster/__init__.py
pyearth/toolbox/management/raster/merge_rasters.py
pyearth/toolbox/management/raster/reproject.py
pyearth/toolbox/management/raster/resample.py
pyearth/toolbox/management/vector/__init__.py
pyearth/toolbox/management/vector/convert_polygon_to_polyline.py
pyearth/toolbox/management/vector/fields.py
pyearth/toolbox/management/vector/merge_features.py
pyearth/toolbox/management/vector/merge_files.py
pyearth/toolbox/management/vector/polygon_calculator.py
pyearth/toolbox/management/vector/remove_small_polygon.py
pyearth/toolbox/management/vector/reproject.py
pyearth/toolbox/math/__init__.py
pyearth/toolbox/math/gap_fill_by_window.py
pyearth/toolbox/math/array/__init__.py
pyearth/toolbox/math/stat/__init__.py
pyearth/toolbox/math/stat/remap.py
pyearth/toolbox/math/stat/scipy_bivariate_kde.py
pyearth/toolbox/mesh/circle.py
pyearth/toolbox/mesh/edge.py
pyearth/toolbox/mesh/flowline.py
pyearth/toolbox/mesh/polygon.py
pyearth/toolbox/mesh/vertex.py
pyearth/toolbox/mesh/algorithm/convert_coordinates.py
pyearth/toolbox/mesh/algorithm/find_minimal_enclosing_polygon.py
pyearth/toolbox/mesh/algorithm/split_by_length.py
pyearth/toolbox/mesh/hexaon/create_hexagon_mesh.py
pyearth/toolbox/mesh/latlon/create_latlon_mesh.py
pyearth/toolbox/mesh/square/create_square_mesh.py
pyearth/toolbox/reader/__init__.py
pyearth/toolbox/reader/line_count.py
pyearth/toolbox/reader/parse_xml_file.py
pyearth/toolbox/reader/read_configuration_file.py
pyearth/toolbox/reader/split_string_into_chunk.py
pyearth/toolbox/reader/text_reader_string.py
pyearth/toolbox/reader/beta/__init__.py
pyearth/toolbox/reader/beta/parse_xml_file_e3sm.py
pyearth/toolbox/slurm/__init__.py
pyearth/toolbox/slurm/slurm_prepare_job_script_python.py
pyearth/toolbox/slurm/slurm_prepare_job_script_python_checkpoint.py
pyearth/toolbox/slurm/slurm_update_checkpoint_file.py
pyearth/toolbox/slurm/mpi/__init__.py
pyearth/toolbox/slurm/parafly/__init__.py
pyearth/toolbox/slurm/parafly/prepare_parafly_python_command_file.py
pyearth/toolbox/slurm/parafly/prepare_parafly_slurm_job_script.py
pyearth/visual/__init__.py
pyearth/visual/calculate_ticks_space.py
pyearth/visual/create_line_style.py
pyearth/visual/formatter.py
pyearth/visual/plot_xy_data.py
pyearth/visual/animate/__init__.py
pyearth/visual/animate/animate_vector_polygon_data.py
pyearth/visual/barplot/__init__.py
pyearth/visual/barplot/barplot_data.py
pyearth/visual/barplot/barplot_data_stacked.py
pyearth/visual/barplot/barplot_data_with_reference.py
pyearth/visual/boxplot/__init__.py
pyearth/visual/boxplot/boxplot_data.py
pyearth/visual/boxplot/boxplot_data_with_reference.py
pyearth/visual/color/__init__.py
pyearth/visual/color/choose_n_color.py
pyearth/visual/color/create_diverge_rgb_color_hex.py
pyearth/visual/color/create_qualitative_rgb_color_hex.py
pyearth/visual/color/pick_colormap.py
pyearth/visual/histogram/__init__.py
pyearth/visual/histogram/cdf_plot.py
pyearth/visual/histogram/cdf_plot_multiple_data.py
pyearth/visual/histogram/histogram_plot.py
pyearth/visual/histogram/histogram_w_cdf_plot.py
pyearth/visual/ladder/__init__.py
pyearth/visual/ladder/ladder_plot_xy_data.py
pyearth/visual/map/__init__.py
pyearth/visual/map/map_servers.py
pyearth/visual/map/map_study_area.py
pyearth/visual/map/zebra_frame.py
pyearth/visual/map/raster/__init__.py
pyearth/visual/map/raster/map_raster_data.py
pyearth/visual/map/raster/map_raster_data_dc.py
pyearth/visual/map/raster/map_raster_file.py
pyearth/visual/map/raster/map_raster_file_dc.py
pyearth/visual/map/vector/__init__.py
pyearth/visual/map/vector/map_multiple_vector_files.py
pyearth/visual/map/vector/map_vector_point_file.py
pyearth/visual/map/vector/map_vector_polygon_file.py
pyearth/visual/map/vector/map_vector_polyline_file.py
pyearth/visual/map/vector/merge_vector_polygon_files.py
pyearth/visual/ridgeplot/ridgeplot_data_density.py
pyearth/visual/scatter/__init__.py
pyearth/visual/scatter/scatter_lowess.py
pyearth/visual/scatter/scatter_plot_data.py
pyearth/visual/scatter/scatter_plot_data_density.py
pyearth/visual/scatter/scatter_plot_multiple_data.py
pyearth/visual/scatter/scatter_plot_multiple_data_w_density.py
pyearth/visual/surface/__init__.py
pyearth/visual/timeseries/__init__.py
pyearth/visual/timeseries/plot_time_series_data.py
pyearth/visual/timeseries/plot_time_series_data_w_variation.py
pyearth/visual/timeseries/plot_time_series_data_with_two_y_axis.py
pyearth/visual/timeseries/analysis/__init__.py
pyearth/visual/timeseries/analysis/plot_time_series_analysis.py
pyearth/visual/timeseries/fill/__init__.py
pyearth/visual/timeseries/fill/plot3d_time_series_data_fill.py
pyearth/visual/timeseries/fill/plot_time_series_data_monthly_fill.py
pyearth/visual/timeseries/fill/plot_time_series_data_multiple_temporal_resolution_fill.py
pyearth/visual/timeseries/zoom/__init__.py
pyearth/visual/timeseries/zoom/plot_time_series_data_monthly_fill_with_zoom.py
tests/example/test.py